req viewer / editor x delimited files
Moderators: Hacker, petermad, Stefan2, white
req viewer / editor x delimited files
Hi,
I have a lot of pipe delimited files to work with and I am looking for a simple (not full blown) viewer/ editor of files with content with delimitors (comma, pipes, semicolon...). Please advice. Thanks.
I have a lot of pipe delimited files to work with and I am looking for a simple (not full blown) viewer/ editor of files with content with delimitors (comma, pipes, semicolon...). Please advice. Thanks.
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact:
You can convert it to nomrmal csv delimited file
Autohotkey script
you can use %0% instead file name to allow later associations of pipe files with this script which will on dbl click run excell.
Autohotkey script
Code: Select all
FileRead, text, MyPipeDelimitedFile.txt
Text := RegExReplace( text, "|", ";")
FileAppend, %text% MyCommaDelimitedFile.csv
Run, excell MyCommaDelimitedFile.csv
Habemus majkam!
Isn't "CSV-Viewer by Atlanoff" good for this issue?
wlx_csv_0_6_1.zip wrote: Lister-plugin for TotalCommander
Use this plugin for display CSV-files
(Comma separated columns format)
As delimeter used characters ';' or ',' or '|' or tab
Also you can add your delimeters via registry.
Plugin can autodetect delimeter.
Recommended to use together with
Access Viewer Plugin (wñx_mdb).
/join #TCMD Chat at irc.freenode.net - Today's newbies are tomorrow's experts.
What about the CSV lister plugin? It is able to display pipe separated files but not to edit them.
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
Re: req viewer / editor x delimited files
What now?mduran wrote:Hi,
.....I am looking for a simple viewer/ editor of files ...
Now you have got an viewer and this isn't good anymore now?
Please ask for what you really want in your initial posts ("i need an editor, not an viewer").
Thanks.
/join #TCMD Chat at irc.freenode.net - Today's newbies are tomorrow's experts.
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact: