Hello guys.i want to write rss results to txt file but i got confused.
RSS feed read > split in batches > json to binary > write binary file .
now it writes all of the rss content and only writes the last one.
I have 2 problems :
- i want to just write rss link to txt file ( not all the rss content ) ( i select the link from rss feed results.but it cant find it when i run the node )
- merge all rss results into 1 txt file and append newer items to that txt file.
thanks you.