Skip blank lines of a text file
Summary
Skip blank lines of a text fileContent
Hi everyone,
This is my scenario:
I have to upload files to UCM, I get the files from an ftp server but I have to validate that the contents of the file have not been uploaded to UCM before to make this validation create a table in a database to store line by line of a file then when the integration does the reading process I do a for each and inside that for each I do a select operation to the table and I add an IF condition so that if the line is not in the table then make an insert but if the
0