Elliot Jolesch Posted December 17, 2004 Posted December 17, 2004 I am new to Version 7 and need some suggestions on importing records which might change weekly. I have a .csv file that is created each week of employees. I want to be able to import the file initially, and then each week import the new file again, and have it mark any missing records from the previous week as employees who have been released, and add any new records from new hires. I would appreciate any suggestions on how to best handle this? Thanks Elliot
J__ Posted December 22, 2004 Posted December 22, 2004 If you look at the import dialog of Fm7. (menu File : Import ), then you'll see there is an option for updating records. So, the first time you import, there won't be any records updated, but if you have an index , like say a unique employee_id for each employee, which is always in the .csv, then when you import the next time, the record will be updated. if your .csv has a field, say called, status, then you could read that in FM7 to perform some action. For example, you could write a script to delete all records which have a status of "quit". hope that helps, sincerely, J__
Recommended Posts
This topic is 7277 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