
The action above successfully gets data of type "md5" and further actions add it to a CSV file. My question is if I want the file to contain data of more than one type, do I write the type field above as:
md5,sha1,sha256 or do I write it as md5;sha1;sha256 or do I write it as md5 OR sha1 OR sha256
Thanks