Posts

Showing posts from January, 2025

Actions cannot be found in the Tasks after importing URI.

Image
 

Code Not Working

Hi, I tried like this but not working correct me. First I shall say the contents of .txt files and .csv file. .csv file content: Header1,Header2,Header3 Row1Col1,Row1Col2,keywords1 Row2Col1,Row2Col2,keywords2 Row3Col1,Row3Col2,keywords3 2nd .txt file content (after parsing only keywords from 1st .txt file) keyword1,keyword1,keyword1,keyword1,keyword1,keyword1,keyword1,keyword1,keyword1,keyword1,keyword1,keyword1,keyword1,keyword1,keyword2,keyword2,keyword2,keyword2,keyword1,keyword2,keyword1,keyword2,keyword1,keyword2 MODIFIED AND CREATED CODE: Task: newCode A1: Variable Set [ Name: %newline To:  Structure Output (JSON, etc): On ] A2: Read File [ File: Download/CSV File Viewer/hi.txt To Var: %textfile Structure Output (JSON, etc): On ] A3: Variable Search Replace [ Variable: %textfile Search: \bkey\w*\b Ignore Case: On Store Matches In Array: %storedtextkeys ] A4: Write File [ File: Download/CSV File Viewer/antextbig an.txt Text: %storedtextkeys() Add Newline: On ] A5: Read File [ ...

Variable Set Doubt: Options Limitation.

Image
 

If Statement Not Working and Splitter ',' within the FOR loop also not working.

    Task: mimicText4          A1: Read File [          File: Download/CSV File Viewer/hi.txt          To Var: %text_data          Structure Output (JSON, etc): On ]          A2: Variable Set [          Name: %new_line          To:                     Structure Output (JSON, etc): On ]          A3: Read File [          File: Download/CSV File Viewer/2010.csv          To Var: %csv_data          Structure Output (JSON, etc): On ]          A4: Variable Search Replace [          Variable: %text_data          Search: \bkey\w*\b          Ignore Case: On   ...