Hi All,
I have an requirement where in I need to download a csv file and read that to datatable, problem is we’re not sure of the delimiter in CSV file it can be any. So if we’re not able to put proper delimiter in that read CSV acitivity like if we defaultly “Comma” as delimiter sometimes the datatable can be normal but sometimes it can be in a single column.
So how can we handle this even if I don’t know what’s the delimiter is to have the datatable normally all the time.