November 2, 201213 yr Hi, I would like to import records from cvs file, problem is I want to update matching records only but my record in cvs has another string appended to it which is unfortunately changing. Is it possible make calculation before record match? example: FM record is joseph and in cvs joseph_something I know I can edit cvs before I'll import to FM but this isn't what I want.
November 2, 201213 yr Solution Is it possible make calculation before record match? No, not at the source side anyway. Why don't you import into a temp table first, then import from there - using a calculation field in the temp table as the match?
Create an account or sign in to comment