Hello
i was a doing an exercise where i can import csv with dw_1.ImportFile(csv!,path)
But my question is, Its possible to import a txt file with metadata, separate by a ' , ' or '~' or ' - ' or any other character to a dw? i have only used this imports with csv...
txt metada example
DataA~1~DataC
DataB~1~DataC
DataC~1~DataC
DataD~2~DataC
DataE~1~DataE
Thanks guys