Skip to content

Conversation

@mdrouard-jumpmind
Copy link
Contributor

@mdrouard-jumpmind mdrouard-jumpmind commented Nov 5, 2025

@mdrouard-jumpmind mdrouard-jumpmind requested a review from a team as a code owner November 5, 2025 20:20
@awebbdev1 awebbdev1 changed the title Feature/7006 google sheets integration SYM-7006 google sheets integration Nov 5, 2025
Copy link
Contributor

@evan-miller-jumpmind evan-miller-jumpmind left a comment

Choose a reason for hiding this comment

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

I just found one small optional change you could make. Otherwise it looks good to me.

List<String> dataRows = parse(file, lineNumber, tableEntry.getKey());
Integer lineNumber = 0;
if (options.isTailFile()) {
lineNumber = contextService.getString(contextId) == null ? 0 : Integer.valueOf(contextService.getString(contextId));
Copy link
Contributor

Choose a reason for hiding this comment

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

You could call contextService.getInt(contextId, 0) here instead.

Copy link
Contributor

Choose a reason for hiding this comment

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

Great suggestion! It makes code much more readable

@awebbdev1 awebbdev1 changed the title SYM-7006 google sheets integration SYM-7006: google sheets integration Nov 6, 2025
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.

5 participants