Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I would like to count the number of Tab Delimited Columns in a .TXT file, using a batch file. I found this script, but "Solution 1" gives the wrong result for me.

Count rows and columns using a batch file

I have 23 or 24 columns, but it gives a result of 85, and I can't see why.

Please show me what I can do to modify the script, or perhaps there's an alternative solution.

Thanks

question from:https://stackoverflow.com/questions/65852809/count-number-of-tab-delimited-columns-in-a-txt-file

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.1k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...