Hi,
I want to name the file based on custom_<<name>> keywords, could you explain me how to use this? my scenario is i am using during writing to a file.
Thanks,
Vinod.
Hi Vinod, did you find a solution? I have the same question :-)
I found below advice on some other query from Vignesh, may be that help -
-->
Document_ID is a bonafide keyword that is available at your disposal when you define your file name.1. You have to select "use File attributes" option in your file template.2. "Document_ID" must be a mandatory field in the template definition.If the above conditions are met, you can press Ctrl+Space in the "File Name Pattern" field. You can find this in the configuration of your write action settings of the connection point. You will see both "Document_ID" as well as the "Date time" keywords. You can name your file as a combination of these two factors. Hope this helps.
<--
I personally tried this but could not managed to achieve the name dynamically...and since my requirement related to dynamic filename was closed so didn't invested much time on this.
Regards,
Vinod
original query -- community.infor.com/.../set-file-name-pattern-inside-file-connection-point-using-document-s-tag
Thanks Vinod. I'll try the Document_ID solution.
But I also see [Custom_...] patterns. I added customers headers (like InvoiceNo) in the configuration tab of the object schema in the data catalog and was expecting to be able to use [Custom_InvoiceNo] as part of a file name. But this doesn't seem to work. My Custom BOD was generated from an XML file template.
Hi Vinod, i'm also on this subject.
document_id is ok for customize filename (setting inside mapping), but there is no clear information about custom_<<name>> fields.
Moreover, i'm trying to create dynamic folders but in the connexion point, there's no possibility to get document_id..
If anyone have a clue it would be great!
Thanks