Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithOriginally posted by: erno
Could you give me an example how to write to a file directly from Read WebPage node? With BRD output I'm able to get almost perfect results, but it adds htmlpage:string -line to the beginning of the ouput, which messes XMLpy.
Attached is a graph that shows how to use OutputDelimited to write the file.
To get OuptutDelimted to work:
- specify FieldNames=None
- specify some value for QuoteCharacter
The tricky part here is to get OutputDelimited to work right, you have to specify a QuoteCharacter that does not exist in the input data. It might take some experimenting to find the right character to use. In this case we used the backslash, but we also got it to work with � .
I would be interested to see what you use for the XMLpy node. I'm not very familiar with it, and I'm not sure how it should be configured to read this particular XML.
Attachments:
euro.brg