vivaldi/tools/keepass-to-chrome-csv.cmd
Stian Lund 60e2138a12 commit
2024-08-05 18:15:25 +02:00

4 lines
96 B
Batchfile
Executable File

@echo off
sed.exe -i 's/"//g' %1
sed.exe -i -E 's/(.*),(.*),(.*),(.*)(,.*)/\1,\4,\2,\3/' %1