Replies: 1 comment
-
|
So I thought I could just put the filename inside a new element in the xml document. I tried this: but it dosn't actually put the filename, just what I typed: How do I create a xml child with the value of a variable in it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a channel that reads in a zipped file contains multiple XML files. I'm able to upzip, read, and process files to another channel. My issue is that I need a way to maintain the original file name so the 2nd channel can use that as the file name when it writes it out. Below is my code in the source javascript reader.
Beta Was this translation helpful? Give feedback.
All reactions