Click here to Skip to main content
15,888,037 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: The Power of No Pin
Sander Rossel5-Aug-20 3:22
professionalSander Rossel5-Aug-20 3:22 
GeneralRe: The Power of No Pin
Gerry Schmitz5-Aug-20 6:50
mveGerry Schmitz5-Aug-20 6:50 
GeneralRe: The Power of No Pin
Sander Rossel5-Aug-20 21:51
professionalSander Rossel5-Aug-20 21:51 
GeneralRe: The Power of No Pin
obermd6-Aug-20 3:37
obermd6-Aug-20 3:37 
GeneralRe: The Power of No Pin
PIEBALDconsult5-Aug-20 3:55
mvePIEBALDconsult5-Aug-20 3:55 
GeneralRe: The Power of No Pin
Gerry Schmitz5-Aug-20 6:54
mveGerry Schmitz5-Aug-20 6:54 
GeneralRe: The Power of No Pin
PIEBALDconsult5-Aug-20 11:44
mvePIEBALDconsult5-Aug-20 11:44 
GeneralRe: The Power of No Pin
Nelek5-Aug-20 7:07
protectorNelek5-Aug-20 7:07 
PIEBALDconsult wrote:
e.g. ones which Excel recognizes as "CSV" as it's the de facto Standard for "CSV".
That can bring problems... I am in the CSV world at the moment too, and it is a pity because German Excel wants "," for decimal separation, but c++ wants "." for decimal separator.

Having a:
Line 1_1; Line 1_2;
2 empty
Line 3_1; Line 3_2; Line 3_3; Line 3_4;
Line 4_1; Line 4_2; Line 4_3; Line 4_4;
Line x_1; Line x_2; Line x_3; Line x_4;

Opening in Excel to edit something and saving it, then opening with another text editor then you have:
Line 1_1; Line 1_2;;;
;;;;
Line 3_1; Line 3_2; Line 3_3; Line 3_4;
Line 4_1; Line 4_2; Line 4_3; Line 4_4;
Line x_1; Line x_2; Line x_3; Line x_4;
Note the additional ";" in lines 1 and 2

And yes... I know, but that's the csv I get from customers... First line is variable and can be less or more than the data part (at least data is a "rectangle")
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.

GeneralRe: The Power of No Pin
kmoorevs5-Aug-20 12:37
kmoorevs5-Aug-20 12:37 
GeneralRe: The Power of No Pin
PIEBALDconsult6-Aug-20 4:18
mvePIEBALDconsult6-Aug-20 4:18 
GeneralRe: The Power of No Pin
obermd6-Aug-20 3:39
obermd6-Aug-20 3:39 
GeneralRe: The Power of No Pin
PIEBALDconsult6-Aug-20 4:03
mvePIEBALDconsult6-Aug-20 4:03 
GeneralRe: The Power of No Pin
Sandeep Mewara5-Aug-20 4:10
mveSandeep Mewara5-Aug-20 4:10 
GeneralRe: The Power of No Pin
SteakhouseLuke5-Aug-20 4:54
SteakhouseLuke5-Aug-20 4:54 
GeneralRe: The Power of No Pin
raddevus5-Aug-20 5:08
mvaraddevus5-Aug-20 5:08 
GeneralRe: The Power of No Pin
Marc Clifton5-Aug-20 5:47
mvaMarc Clifton5-Aug-20 5:47 
GeneralRe: The Power of No Pin
Mycroft Holmes5-Aug-20 13:06
professionalMycroft Holmes5-Aug-20 13:06 
GeneralRe: The Power of No Pin
SteakhouseLuke6-Aug-20 1:52
SteakhouseLuke6-Aug-20 1:52 
GeneralRe: The Power of No Pin
dandy725-Aug-20 5:24
dandy725-Aug-20 5:24 
GeneralRe: The Power of No Pin
honey the codewitch5-Aug-20 5:37
mvahoney the codewitch5-Aug-20 5:37 
GeneralRe: The Power of No Pin
Marc Clifton5-Aug-20 5:49
mvaMarc Clifton5-Aug-20 5:49 
GeneralRe: The Power of No Pin
honey the codewitch5-Aug-20 6:48
mvahoney the codewitch5-Aug-20 6:48 
GeneralRe: The Power of No Pin
CHill605-Aug-20 6:13
mveCHill605-Aug-20 6:13 
GeneralRe: The Power of No Pin
honey the codewitch5-Aug-20 6:47
mvahoney the codewitch5-Aug-20 6:47 
GeneralRe: The Power of No Pin
Rick York5-Aug-20 9:54
mveRick York5-Aug-20 9:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.