Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

how do i change a .txt (or .csv) file to a .sql file

VascoA
5 - Atom

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

1 REPLY 1
apathetichell
20 - Arcturus

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.

Labels
Top Solution Authors