Would you like to convert a .txt or .csv file into .sql?
Knowing that the .txt (or .csv) file is not written like a normal .sql file.
Do I need a special workflow or just an Input tool and an Output tool?
I've attached an example
Solved! Go to Solution.
output data .csv /0 delimiter. - no headers.
create a field with your file name. sql.
select replace entire path with your file name field.
a .sql file is just an unformatted text file.
