Skip to content

Changes at toCSVFormat - #19

Open
ABIvan-Tech wants to merge 4 commits into
bodastage:masterfrom
ABIvan-Tech:master
Open

Changes at toCSVFormat#19
ABIvan-Tech wants to merge 4 commits into
bodastage:masterfrom
ABIvan-Tech:master

Conversation

@ABIvan-Tech

Copy link
Copy Markdown

No description provided.

Added initialisation of dateTime in processFileOrDirectory
Added initialisation of dateTime in processFileOrDirectory
Added initialisation of dateTime in processFileOrDirectory
@erssebaggala erssebaggala self-assigned this Sep 12, 2019
erssebaggala
erssebaggala previously approved these changes Sep 12, 2019
@erssebaggala
erssebaggala dismissed their stale review September 12, 2019 19:45

I don't believe trim should be in toCSVFormat; we should not introduce side-effects like this.

@erssebaggala

erssebaggala commented Sep 12, 2019

Copy link
Copy Markdown
Member

@alex-soft-r I think the best way to trim is to introduce the trim at the points where toCSVFormat is called, For example,
String pValue= toCSVFormat(meMap.getValue()); would become String pValue= toCSVFormat(meMap.getValue().trim());

What do you think?

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