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
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.
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"
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