I have a dat/text file that looks like the following:
01 12345 12345 ABCDE 123CDE 06-14-201406-18-2014 DOE,JOHN
02 12345 12345 X Y 12345 X 123EFG 00023 123 ABDS
03 12345 12345 Z S 12345 ABC 12345 X
04 12345 12345 12345 XYZ 1
05 12345
01 12346 12347 ABCDE 123CDE 06-14-201406-18-2014 DOE,JANE
02 12346 12347 X Y 12345 X 123EFG 00023 123 ABDS
03 12346 12347 Z S 12345 ABC 12345 X
04 12346 12347 12345 XYZ 1
05 12346
Does anybody knows or been using this type of file as a Crystal Reports data source? Or can it be converted into something else that Crystal Reports can use? The file above means 01-05 lines are information for one customer. Any help is greatly appreciated. Currently, I am using CR2011 and SQL Server, DB2, etc. for data source, but first time with a file format as above.