OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: zeus1996 on September 10, 2015, 09:52:59 AM

Title: arsload only by document name
Post by: zeus1996 on September 10, 2015, 09:52:59 AM
Hi !
Has anyone experience of loading files to od only with document name.
I know the parameters -B and -b, but how can I use them in practice.
I need also index from the name, say it is customernro.
Do I have to know the file names before load, and is the application type generic, or something else.
The files are scanned pdf:s, and pdf indexer cant get into them, and I would not like to start generating metadata files for loading.
thx in advance
Env win 2008, od 9.02, sql database

t:Zeus
Title: Re: arsload only by document name
Post by: Justin Derrick on September 10, 2015, 03:41:45 PM
I actually have a similar requirement for this.  Anyone who could let us know how they're using the -b / -B options would be greatly appreciated. 

-JD.
Title: Re: arsload only by document name
Post by: Vinothkumar_ve on October 01, 2015, 12:58:33 PM
Actually, you need to mention the index name and number that which part of the file name has to be assigned to the index field as its value.

Ex : -b "1, index" -B "file.name.sample.yyyymmdd.ard"
Title: Re: arsload only by document name
Post by: zeus1996 on October 07, 2015, 10:21:43 AM
Hi, yes Vinothkumar_ve, that one I know too from the manuals.
I needed pure example how to load files with different names, with application "app" to application group "ag", and with what indexer.
Got around with this by doing little javaprog which generates ind file/files, but anyway curious to know how this could work with od-parameters, cause it should.

T:Zeus