On 17.01.2008 23:48 Chris Hostetter wrote:

assuming these are simple delimited files, something like the unix "join" command can do this for you ... then your indexing code can just process on file linerally. (if they aren't simple delimited files, you can preprocess them to strip out the excess markup and make them simple deliminted files ... depending on what these look like, you might not even need much custom indexing code at all .. "join" and the CSV update request handler might solve all your needs)

Thanks for the hint, haven't heard of a unix "join" command yet but will have a look.

-Michael

Reply via email to