Search found 17 matches

by Sam85
08 Mar 2017 08:10
Forum: DOS Batch Forum
Topic: Combine csv problem
Replies: 32
Views: 22214

Re: Combine csv problem

Hey Antonio,

I am sorry, it was my description failure. Thanks for the correction. :D Next time I will try to make myself clear.
by Sam85
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
by Sam85
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 :D but now is the "process bar" gone missing :D
by Sam85
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 :D and the header is there.

thanks a lot :D to you both.
by Sam85
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...
by Sam85
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?!

:D
by Sam85
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 :D ...but the part that was cut before is still in the second row (they got doubled, since the first row is complete now) :?:
by Sam85
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.
by Sam85
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...
by Sam85
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 :D it works awesome now.
by Sam85
21 Feb 2017 09:18
Forum: DOS Batch Forum
Topic: Combine csv problem
Replies: 32
Views: 22214

Re: Combine csv problem

So amazing :D :D ...one last thing:

If I want to place the combined file in a other directory, what must be changed?
by Sam85
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 :D thanks lot...it works perfect.
By the way, can set a percentage countdown during the fusion between those files..like 1%, 2% etc?
by Sam85
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?
by Sam85
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"?

Aacini wrote:Try this:

Code: Select all


set "gesamt=Y:\verwaltung\schultes\Changes\TEST\gesamt.out"


Antonio
by Sam85
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...