Import/add data into existing record field

If you need help on how to use the program
Post Reply
ajwconsult
Posts: 76
Joined: 2008-02-22 21:50:31

Import/add data into existing record field

Post by ajwconsult »

Have have been using this Catalog for many years now..

It has got to a stage where I want to add some additional data into existing fields.

Example, I have a collection of 8,000 record, where there is a file name (saved locally on drives) which would match the "original title" field. I want to add from the file, the extension ID and the file size from each file and add to the existing record in the catalog.

I would place the, example: AVI or MKV or MP4 extension in the "Video Format" field, and the file size in the field "Files Sizes".

There is existing data imported in the video format field from IMDB Lookup, which would require removing and replacing with the new data.

Hope there is an easy solution :-)
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: Import/add data into existing record field

Post by antp »

Hi,
This is probably doable by script, but then it would require some research or basic programming knowledge.
Using GetField & SetField you can access the wanted field info.
For the extension, ExtractFileExt returns just the extension.
For the file size, there is a GetFileSize function.
Post Reply