Skip to content

Conversation

@miltob
Copy link

@miltob miltob commented Aug 11, 2019

Fixed the problem by reverted change around the default columnizer.
Changed the auto search columnizer feature to only search for columnizer when the log file is opened the first time in the LogExpert.
Added a test case.
Updated csv default separator.

Fixed the problem by reverted change around the default columnizer.
Changed the auto search columnizer feature to only search for columnizer when the log file is opened the first time in the LogExpert.
Added a test case.
Updated csv default separator.

public void InitDefaults()
{
delimiterChar = ';';
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure why this was semicolon instead of comma.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please let me know if I missed anything.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depends on the CSV file. There are some which are delimited by semicolon instead of comma. In my knowledge some people use the semicolon because its not used in "sentences" as for the comma its used often and needs some quotation.

zarunbal added a commit that referenced this pull request Sep 13, 2019
@zarunbal zarunbal merged commit eb27f78 into LogExperts:Development Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants