Hello,
I have this project which simply insert all the text file content to csv. The column of the csv must be like this
and here are my text files
Ammar, The F.txt (13 Bytes)
Capela, Clint.txt (14 Bytes)
Cruz, Jonathan.txt (19 Bytes)
inside of those text file are age, gender and address. I need to use the file name as the First Name and Last Name so I need to insert those file name also on the FirstName and LastName fields in csv. How to execute it?