using activity can we convert csv to txt file
Actually we have a requirement convert page list data to txt format
we have data like .pxResults(1)…(n)
each result should be in separate line and format will be txt
using activity can we convert csv to txt file
Actually we have a requirement convert page list data to txt format
we have data like .pxResults(1)…(n)
each result should be in separate line and format will be txt
Hi @AjayKumarK7664 ,
I have provided the below links for your reference. Please look into these.
Convert Page list to text, Creating a file listener , How to parse CSV
Thanks,
Mohammad Ravoof.
@Mohammad Ravoof Thanks
But my issue resolved i used String-Buffer method to acheive
@AjayKumarK7664 Hi can you please share the code if possible