Hi,
I am trying to generate a CSV file from HTML(convert HTML to CSV plugin), but in the plugin's smart service, there is a parameter called 'CSS query' (text type). I am confused about what to put in that. Can anyone help with this?
You will see this parameter in data --->input section
Discussion posts and replies are publicly visible
When you download the plugin from the app market, it should include some documentation.
Hi Stefan Helzle , I have seen your reply for below query
https://community.appian.com/discussions/f/process/31199/convert-html-to-csv-smart-service-set-row-1-in-csv
I checked that plugin i didn't find about that ,Can I get any inputs from you?,It would be helpful for me.
Are you asking about the Text Doc from Template smart service?
Seems like there is no documentation. What a pity!
I assume this uses some kind of CSS selector to find the data table in the HTML.
No Mike Schmitt it's HTML to CSV smart service
Stefan Helzle can you suggest any other ways to create CSV I have data in one local variable (list of text string),iam passing data from that local variable to process variable
OK, I was just confused since I looked in that older thread you linked and the only thing Stefan mentioned was the "text from template smart service" which I linked.
But also, if you're just trying to create a CSV from data in a local variable, what's wrong with the "text from template smart service", using a CSV file as your template? All you'd do is output text with rows delimited by a newline (afaik) and columns delimited by, i believe, a comma.