How to load a txt file delimiter by * ?

Options
samukapsilva
samukapsilva Registered Posts: 1

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

Answers

  • Turribeach
    Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 1,757 Neuron
    Options

    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.

Setup Info
    Tags
      Help me…