jtringale Posted August 2, 2001 Posted August 2, 2001 Hi All, I have a file that contains a repeating field with data in 12 repetitions. We now have a need to have this data placed in unique (Standard) fields. Is there any way to move (export - import) this data from the repeating fields to newly defined standard fields? THanks for your help! Joe T.
jtringale Posted August 2, 2001 Author Posted August 2, 2001 Hi, I should add that I tried exporting the data to MS Excel in a DIF file format. I saved it as a text file and then set out to use an " as a delineator. Problem was that some fields had multiple """" in them so that data was not consistent across the spreadsheet. For example one record contained more """ than others so that the data in each column was garbled. Thank you. JOe
Kurt Knippel Posted August 2, 2001 Posted August 2, 2001 The best way that I found to do this was a pain, but you need to setup 12 fields to store the data and then you will do 12 replaces. Start in the first field and replace via calculation like this: GetRepetition ( RepeatingField ) The others then get replaced as follows: GetRepetition ( RepeatingField, 2 ) GetRepetition ( RepeatingField, 3 ) GetRepetition ( RepeatingField, 4 ) and so on. Once finished you will have the data from the repeats in 12 seperate fields and you can then kill the repeating fields.
Recommended Posts
This topic is 8515 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