Hey Antonio,
I am sorry, it was my description failure. Thanks for the correction. Next time I will try to make myself clear.
Search found 17 matches
- 08 Mar 2017 08:10
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
- 08 Mar 2017 07:09
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
Re: Combine csv problem
Hey Antonio,
i guess you didn't see my message a few weeks ago...where must I change the code for the process bar?
(instead of 1/3, 2/3 etc. i get the name of the file again)
Greetings Sam
i guess you didn't see my message a few weeks ago...where must I change the code for the process bar?
(instead of 1/3, 2/3 etc. i get the name of the file again)
Greetings Sam
- 27 Feb 2017 09:32
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
Re: Combine csv problem
Hey Antonio,
the header is there now but now is the "process bar" gone missing
the header is there now but now is the "process bar" gone missing
- 27 Feb 2017 03:18
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
Re: Combine csv problem
Hey Antonio,
it works so far:D but only the header is gone.
Hey Steffen,
it works, even if it needs some time and the header is there.
thanks a lot to you both.
it works so far:D but only the header is gone.
Hey Steffen,
it works, even if it needs some time and the header is there.
thanks a lot to you both.
- 24 Feb 2017 05:24
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
Re: Combine csv problem
I see so i take the "letters, numbers and sign etc." as one count... i started both variants (antonios and yours) on the first data set but if the files are to big it stucks...when they are smaller (i have 12x 20-30 mb) it runs perfect but if i use the file size like 200 mb +, it doesn't r...
- 24 Feb 2017 02:14
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
Re: Combine csv problem
Thanks Steffen,
I corrected the middle part with the code from your other post, because the first row stopped again in the middle because of to much columns.
Now it works great. I guees I can use this one for less columns as well?!
I corrected the middle part with the code from your other post, because the first row stopped again in the middle because of to much columns.
Now it works great. I guees I can use this one for less columns as well?!
- 23 Feb 2017 09:29
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
Re: Combine csv problem
Hey Steffen,
looks better ...but the part that was cut before is still in the second row (they got doubled, since the first row is complete now)
looks better ...but the part that was cut before is still in the second row (they got doubled, since the first row is complete now)
- 23 Feb 2017 08:58
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
Re: Combine csv problem
You're right...
I put in a example data (zipped), maybe that will help..thanks for the advice.
I put in a example data (zipped), maybe that will help..thanks for the advice.
- 23 Feb 2017 03:49
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
Re: Combine csv problem
Hello again, it worked great with one dataset. Now I tried a different dataset, but the header gots cut in the middle at "CL" and starts at "A" in the next row. What must be changed to fix it? Thanks a lot @echo off setlocal EnableDelayedExpansion ECHO Set working directory pushd...
- 22 Feb 2017 01:41
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
Re: Combine csv problem
Thanks Antonio and Steffen for all the help it works awesome now.
- 21 Feb 2017 09:18
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
Re: Combine csv problem
So amazing ...one last thing:
If I want to place the combined file in a other directory, what must be changed?
If I want to place the combined file in a other directory, what must be changed?
- 21 Feb 2017 08:49
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
Re: Combine csv problem
This is so exciting thanks lot...it works perfect.
By the way, can set a percentage countdown during the fusion between those files..like 1%, 2% etc?
By the way, can set a percentage countdown during the fusion between those files..like 1%, 2% etc?
- 21 Feb 2017 08:38
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
Re: Combine csv problem
Thanks Antonio It looks like it is working now...
but how do I get this out (see picture) or is this because of the last REN?
but how do I get this out (see picture) or is this because of the last REN?
- 21 Feb 2017 08:27
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
Re: Combine csv problem
Hello Antonio,
do I really type it ".out"?
do I really type it ".out"?
Aacini wrote:Try this:Code: Select all
set "gesamt=Y:\verwaltung\schultes\Changes\TEST\gesamt.out"
Antonio
- 21 Feb 2017 05:49
- Forum: DOS Batch Forum
- Topic: Combine csv problem
- Replies: 32
- Views: 22214
Re: Combine csv problem
Hmm, i can't type anything...there is just a blinkin "_"... can I add something like a Progressbar? PS: now during my typing in this forum, i saw the new csv file is increasing or getting bigger (since I can't close the DOS Console, it still runs)... so something like a progressbar or just...