I'm uploading large files and need to make a table to accomodate the files.
However these are not in formats I'm used to:
"csv" -- is in two seperate files (larger that 70,000 rows total)
This is actually already in an excel file format, not comma seperated txt file as I once thought.
"fixed" txt file -- is tab delimited " in single txt file but without commas, how could this be tansferred to include commas //having only notepad//
What's the best way to go about this? I have only columns and many rows at this point.
phpmaydmin interface being used to scan my local desktop.
--character set reads utf8 -- this alright?