Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi guys, I need a help in exporting the data from a .csv file to database table. my csv file first row has below format:
I would like to export the data into table in below format. And how can I remove quotes around the strings.
Have you tried playing with CSV options in tfileinputDelimited ?
By clicking that option it may allow you to select "TEXT Enclosure" in which you can mention " as text enclosure.