Divide a line every time you find "," to insert into a database.
Summary
Divide a line every time you find "," to insert into a database.Content
I am working on an integration which receives a line similar to this one: 126,12,2007,1100 and I have to divide it to insert in a table with four fields, I have tried with the stage file object to write and read to separate the lines of the field without success.
Any comment is grateful....
0