12-14-2021 06:21 AM
Hi,
I am using Multi File reader snap but is not picking correctly filename if it has curly brackets.
filename is like: abcd{334-ffg-gg}.xml
How to handle these kind of schenarios.
12-16-2021 09:39 AM
After the Multi File Reader snap, you get the headers from the file that you are reading.
For Size in bytes
you can use the content-length
header.
For Update date
use the last-modified
header.
And for the Path
you can take the content-location
header.
12-14-2021 06:41 AM
Do you happen to have the expression toggle (the button with = sign) selected?
12-14-2021 06:48 AM
@dmiller , response below.