How does Visual Builder define the line break when reading a file using File Picker?
Summary
I need to separate a text line by line in sql plContent
Hi everyone,
I have a development in Visual Builder that reads .csv files using file picker.
On the other hand, I have an apex web service that points to a package where it has all the contents of the file as input parameter and in that package I separate the lines and then in each line the fields delimited by commas are separated to separate each line in the package I put as an identifier "" assuming I had an entry like this example:
"it's, a, testusing, file, picker\ r\n"
0