businessworks - TIBCO BW: Read Resource file using "Read File" or "Parse Data" activities -
businessworks - TIBCO BW: Read Resource file using "Read File" or "Parse Data" activities -
i have txt file within resource folder of bw project.
i have need read file using "read file" or "parse data" activities.
these activities require me specify location of file.
what location of resource file, utilize file spec of "read file" or "parse data" activities?
let's txt file /resources/policy.txt, in bw project.
if project utf-8 enconding, encoding of file utf-8?
you can read content of file "retrieve resource" activity. if set in relative project path "/resources/policy.txt", gives content of file (base64 encoded). can decode content , work point onwards.
regarding 1) utilize "retrieve resources" instead of "read file" , should fine.
regarding 2) project encoding should have no influence of encoding of text file. have manage encoding on own , implement through base64 decode after retrieving content.
tibco businessworks
Comments
Post a Comment