Hi All,
I am working on a scenario , the scenario is as follow
In a particular folder there are many .csv files, i need to read them each one and each one has different number of columns , and there are few header (header in few files where) columns are having name which itself is comma Separated (e.g One of the column has name Address,Location India) over here "Address,Location India" is one column name.
When i am parsing through it , it is treating Address as one column and Location India as another column. I know that if value are values are having comma separated value we can make used of Text Qualifier,but i am not able to find solution to this problem.
Any pointers to work on are welcome and any workaround will also do.
Thanks.