import and read .dat files

0
I am trying to import and read .dat file with tab separator . How can I achieve this
asked
2 answers
0

You can try to rename them to .csv and use the csv importer widget to import text files

answered
0

Hi Akshay,

 

I don't think there is a ready solution available for this, You might have to write a custom java action to achieve the solution.

Otherwise, you can try the solution suggested by Hans Lenting

answered