I have many ca. 1-5 Gb fixed field width txt files to analyze, and am currently attempting to import them into a MS SQL Server database. They were apparently exported from SAP, and each came with a corresponding fdf file that lists the field layout and field type information ...
PCFDF
PCFT 1
PCFO 1,1,1,1,1
PCFL YR 1 2
PCFL DIV 1 18
...
PCFL E12 2 13/3
I see no way to get MS SQL Server Enterprise Manager to use this fdf information natively. That is, once I specify fixed width txt format, the import wizard gets to a window where it wants me to click each field boundary. I have that information in the fdf files, but I don't want to go through the process of defining ~100 field spans for ~20 files. I know that the fdf files were created by SAP during the export operation, but they're apparently not being recognized by MS SQL Server Enterprise Manager as import templates.
Is there a third party app that'll do that import for MS SQL Server, properly using the fdf files? The layouts will not necessarily be identical for all the txt files, so I really need to use the information from each txt file's corresponding fdf.
Thanks
Jim Cook
jimcook@panix.com.no.spam
Start Free Trial