Good afternoon, I am trying to create a small program to convert plain text (.txt) into another document with SQL statements (insert), usually I usually deal with other functionalities or projects and it has caught me with a little low guard, Does anyone have a documentation of how to serialize a flat data in txt to create dynamic INSERTS from the information given?
example:
1manual 004
2automatic 001 34533 2345
1manual 005
1manual 007
2automatic 002 45644 3456
the idea would be to distinguish between manual and automatic and create a different insert for each one.
PS: I do not want a solution (if it's simple I would not mind), but above all I look for documentation and ways to execute this small program:)
thanks.