Hi,
I have following "TestData":
himajamuppalla_0-1583940231432.png
1. I want the cell value to be null when the status is down. for example ("A status " cell value is "down" the value in Column "A" should be null instead of "1334". should do the same for B , C and D Columns.
2.Delete all the columns that has "status" in the column name.
Output should be something like this:
himajamuppalla_1-1583940469851.png
himajamuppalla_2-1583940499788.png
3. Now all the same timestamp rows should be merged. expected output would be:(i know i can use summary [group by and sum] to achieve this . But is there a better way to do it in JSL?)
himajamuppalla_3-1583940682171.png
I have to do this for multiple csv files. Can someone help me out writing JSL for this.
Thank you so much in advnace.