@Texas,
In Notepad++ use search with RegEx (Regular Expression), ex: (.*),(.*),2,(.*),(.*).
You can also use it for replacement: Find: (.*),(.*),2,(.*),(.*) Replace with: $1,$2,1,$3,$4
",2," don't work, you will have Direction and Type result.
@Texas,
In Notepad++ use search with RegEx (Regular Expression), ex: (.*),(.*),2,(.*),(.*).
You can also use it for replacement: Find: (.*),(.*),2,(.*),(.*) Replace with: $1,$2,1,$3,$4
",2," don't work, you will have Direction and Type result.
Last edited by mytheuzen; 13th March 2024 at 04:13 PM.
Bookmarks