(imported topic written by bbishop91)
I’m creating an analysis that reads a text file and returns one line of that text file assuming the line before it meets a conditional.
For instance, in the example text below, how would I return a line, but only if the preceding line contains “ToastEnabled”? Unfortunately, this file isn’t the same for everyone and the line numbers vary.
In this case, my desired output would be " False"
0,0,0
FalseTrue
SkyBlue
Thanks in advance!