I want to do some parsing on the contect an incoming message and used save the parsed information to a CSV that as a second step will be imported to an excel sheet. I could find anything else but doing it this way:
- Code: Select all
...
....
....
CreateMessage %auctionDetails
AppendToFile true
Set $auctionLine $artikelNummerLine
AddStrings $auctionLine "," $kundenNameLine "," $strasseLine "," $ortLine
AssignBody %auctionDetails $auctionLine
SaveMessage %auctionDetails "auctions.log"
Return
The problems ist that it is saved as a message with all the headers and the Makro in excel fails. I thought of writing a batch which will accept all the parse information as paramters and will falsh it into a file., but I would prefer a Poco intern solution if exists.
Merry Christmas to ones who celebrate.
Ronen