Hello Greates,
Yes the simplest solution is instead of storing the lines in buffer dictionary, write each lines on the fly directly to the files. This works well but slow down a bit the process. No matter for me, the most important is that I made this thing works. :)
Hello,
Thank you very much for this link, it gives me a better idea of how to handle text files.
In my case, after doing some validation for each line in the text file, i am adding the valide lines in a dictionary via the function below:
Private Sub AddLigneFicSCD(in_Line)
Call...
Hello All,
I have a windows vbs script which take a txt file as input and do some validation for the content of the file.
As output, the vbs script create another 2 txt files based on the input file.
Yesterday, i got a 55MB file to process but the vbs script could not process it nor give an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.