Hi,
I have a code wich uploads a csv file into a database table. It works fine if all the fields of the csv file are filled. However when there are a few empty fields it is not going good.
As you can see have I used this code:
<CFSET content=replace(content,";;;",";x;x;","ALL") >
<CFSET...