Newbies gewo Posted April 14, 2010 Newbies Posted April 14, 2010 I need to convert data in FileMaker databases to another database program, using Excel as the intermediary. But only the first entry in repeating fields is exported to Excel. Is there any way to solve this?
TheTominator Posted April 15, 2010 Posted April 15, 2010 But only the first entry in repeating fields is exported to Excel. Is there any way to solve this? Short answer, no. Long answer, yes. You can export to CSV (Comma Separated Values) or Merge (CSV with a header line of field names). Then import that file into Excel. The repeating values will all be exported as multiple values in the same field separated by an ASCII "group separator" (decimal 29 or hex 1d). How to break apart the list of values into distinct cells in Excel is left as an exercise to the reader. OR You can add additional calculated fields in FileMaker, one per repetition, using GetRepetition(theField; N). Add each of these new calculated fields to your export directly to Excel.
bruceR Posted April 15, 2010 Posted April 15, 2010 Import first into filemaker w split repeat option then export.
Recommended Posts
This topic is 5335 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now