Hi amerifax,
I made a quick version of RegexColumnsReloaded for your files.
Download the Script
AmerifaxColumns.js.txt (10.9 KB)
Ever since seeing wowbagger's original column script I've been a convert to regex columns. This one that I made has some advanced features, but your column definitions are really simple:
[quote]'N1' : {
pattern: /^\d+/,
},
'N2' : {
pattern: /^\d+ (\d+)/,
group: 1
},
'N3' : {
pattern: /^\d+ \d+ (\d+)/,
group: 1
},
[/quote]
This is fun for me so let me know if you need some help tweaking (adding columns etc.)
Installation
- Enter the Preferences menu
- Open the Scripts page in Prefs.
- Drag and drop AmerifaxColumns.js.txt on that page. Apply, OK.
- In a lister, right-click a column heading and select Script / AmerifaxColumns / Amerifax_N1.
- Repeat for Amerifax_N2 and Amerifax_N3.
Ignore the other column names, they are sample columns. You can delete them from the script if they bother you.