Get File Contents Step - FileType

Get File Contents Step - FileType

Comments

  • [font=Calibri, sans-serif]There is a step called “Get File Contents”, which retrieves the contents of a file from AWS, how do I convert that to FileData type?[/font]

  • [font=Roboto, Arial, Helvetica, sans-serif]The file contents returned by that step are of type Byte[], correct? If so, you can use a create data step to add a FileData type, map in the bytes as contents and name the file a constant or text merge. When naming the file, you also have to add .pdf if it is a pdf file.[/font]

Sign In or Register to comment.