I've been using UE for a few years now, I love it, but I haven't taken it to the next step, or even used its fullest potential.
I have a file that needs to be changed, and so I figured I could create a macro for this.
Here is the logic:
-------------------------
Find ,
Replace with ";"
Goto line 1
Find " in line 1
Replace with nothing
Foreachrow add " to beginning and " to end of row
-------------------------
I am not sure how to do the "for each row" part... any suggestions on the macro code?
I have a file that needs to be changed, and so I figured I could create a macro for this.
Here is the logic:
-------------------------
Find ,
Replace with ";"
Goto line 1
Find " in line 1
Replace with nothing
Foreachrow add " to beginning and " to end of row
-------------------------
I am not sure how to do the "for each row" part... any suggestions on the macro code?