parsing a .vault file
well...how can i do that? does exists a converter from .vault to .txt or whatever? all i want is to extract the records from that .vault file and export them in another file. exists a plugin which use sql to store records?
Use AutoIt for converting .vault to .txt. www.autoitscript.com
AutoIt can't do it AFAIK.
Use this tool I wrote in C#, it will output a comma seperated value file.
http://kzmonkeys.net/fatalis/coding/csharp/nVault_Reader/nVault_Viewer_Fatalis.rar
thanks fatalis. it work fine but i im wondering if you can do that output file to be named like the nvault file. i want to extract the record from that nvault files and if i would rename everytime.....well its not very pleasant....time consuming.
Added that to the program, redownload and run nVault_Viewer_MultipleFiles.exe
Crappy sourcecode: http://fatalis.ampaste.net/f6f78375e
thanks fatalis for source cod...further i can manage myself. thaks a lot again.
Please log in to post replies.