🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[SOLVED] Using file names

LokyUser: "Loky"
New Altair Community Member
Updated by Jocelyn
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.

Find more posts tagged with

Sort by:
1 - 3 of 31
    Hi Loky,

    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
    LokyUser: "Loky"
    New Altair Community Member
    OP
    Thanks for your reply.

    Hmm... will try this out and see what I get.
    LokyUser: "Loky"
    New Altair Community Member
    OP
    Aha, found my problem!

    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.