Newbies goeagles Posted May 13, 2008 Newbies Posted May 13, 2008 I'm importing 500,000+ records froma tab delemited file. The file does not have package IDs and I need to create them. the logic is that the package ID starts with 000000001 and increments by one after the tenth record. I would appreciate any insight in to how I do this. Would the Let function be what I'm looking to use and if so can you suggest a syntax?
fabriceN Posted May 13, 2008 Posted May 13, 2008 (edited) Maybe serialIncrement ( "000000000" ; Ceiling ( get ( recordnumber ) / 10 )) Edited May 13, 2008 by Guest
Recommended Posts
This topic is 6037 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