The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[SOLVED] Using file names
Hi there,
After crawling various URLs I end up with a bunch of files and their names are based on some URL attributes.
Now, when I want to process those documents I'd like to to extract their name so I can use it in my final results set. Is there any way I can do that? Maybe some Macro inside Process Documents?
Thanks in advance for your answers.
After crawling various URLs I end up with a bunch of files and their names are based on some URL attributes.
Now, when I want to process those documents I'd like to to extract their name so I can use it in my final results set. Is there any way I can do that? Maybe some Macro inside Process Documents?
Thanks in advance for your answers.
0
Answers
after application of the Process Documents from File operator the resulting example set contains the filename and path as special attributes. Maybe you can get along with that?
Kind regards,
Marius
Hmm... will try this out and see what I get.
I wasn't able to use metadata_file because within my Process Document I had a JSON to XML operator.
My solution was to duplicate the process document, to remove the JSON to XML from the duplicated one and after I have processed the data I need I joined everything back together.