How to load a txt file delimiter by * ?

samukapsilva
Level 1
How to load a txt file delimiter by * ?

 

I normaly use it to load txt files delimted by * : 

test_df = spark.read.format("txt").option("inferSchema", infer_schema).option("header", first_row_is_header).option("sep", "*").load(file_location)

 

But here in DataIku neither have the option to set the delimiter, neither of use my own code.

Someone knows how to load using this delimiter or how to get the file path to try using my own code ?

 

Regards


Operating system used: windows

0 Kudos
1 Reply
Turribeach

In Dataiku you have both the option to set the delimiter and even use your own code so not sure why you think you canโ€™t do either of these. How exactly are you trying to load the file? Please paste screen shots. 

0 Kudos