This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hello Experts,
I’m trying to create zip file which will have 2-3 xml file.
for eg abc.zip
zip file will contain a.xml,b.xml,c.xml.
b.xml,c.xml are constants file that i have to add to abc.zip file.
a.xml is created through snaplogic pipeline.
Regards...
Hello Experts,
I’m trying to upload zip using put request to azur url.
as a result of PUT request i’m getting 201 (created) as result of request.
But when i tried to download the file and open it throws error saying invalid file.
Put request.
But ...
Hello Experts ,
I’m trying to write file in US-ASCII file format.
i have used mapper–>binary copy–>transcoder–>file writer snap.
Mapper has input string and binary output. Binary copy snap to make copy of result of mapper.
transcoder snap with settin...
Hello Experts.
While forming string with additional blank spaces which is required in out put string is getting trimmed automatically.
Any additional setting or expression do i need to mention to preserve the spaces ?
how can I specify next line in ...
@ptaylor thank you for reply, trying to write plain string to file in ascii format. used mapper with binary output view to avoid additional snap to convert document to binary.