Hi all,
I have a non-delimited(continuous, no space,commas,tab,etc.) text file that I need to import into a pervasive psql table. I am having trouble using the import wizard from pervasive control center(pcc). I get syntax error when I try using pcc to import this text file. Is Bulk Data Utility(btu) my best option of importing data into psql table? If so, what kind of command would I need to use? Also, I tried using Excel to add a column and save as tab delimited or comma delimited.....still no luck.
This file was originally a file.df format which I receive as a text file to help me import. Is there a better solution of importing a file.df(datafile) from pervasive database v. 8 to a pervasive psql v.10?
I assume from my research:
To run the BDU with the default options:
bdu demodata BDU_Table C:\data_file.txt
This command doesn't seem to solve my non-delimiter issue.
Could DDF Builder be the solution?