Link to home
Start Free TrialLog in
Avatar of RKEndsley
RKEndsley

asked on

FileMaker Pro 5.5v1 Export Issue

Using FileMaker Pro 5.5v1 on a Wintel Platform
Data MAY have been transferred over from a Mac platform in FMP to FMP on Wintel Platform.
I need to export the data, but when creating a CSV or TAB delimited file some of the fields have additional "garbage" data such as ASCII Chr(29) and ASCII Chr(11).

1)  Is there an easy way to "clean up" this data?  

I'm a little rusty on my programming skills and looking for an easy way out.

2) Does anyone know what was being accomplished by these special characters? Would replacing them with a space be correct or a NULL?  Looks like it depends on the field to me.

See attached JPG file, note areas circled in red.
It appears these characters are being used to separate data (The double arrow symbol, Note the Month/Day dates),  but it also appears some fields just have the additional data in them.  Looking at the display screens in FMP I'm not sure if they are concatenating multiple pieces of information in a single field.  As an example a 4 char field, Char 1 represents A, Char 2 represents option B, or something like that. The ASCII Chr(11) character (Typical symbol for a male) is in what appears to be a text or memo field.
FMP-Export-Issue.jpg
Avatar of Member_2_908359
Member_2_908359
Flag of France image

29 is the subfield separator in repeating fields.
11 is the fm return code inside text fields.
the only way to fix is using a plugin to patch the exported file.
but it easier to export from fm to fm direct, so why do you bother using a text format? export to fp5 format and reimport from that. strait forward.
Avatar of RKEndsley
RKEndsley

ASKER

I guess I did not mention that the data is being exported from FMP to be imported into a SQL 2005 database (new application).
ASKER CERTIFIED SOLUTION
Avatar of Member_2_908359
Member_2_908359
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial