-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement dynamic field names with header_label field * replace inputRecord with inputEntry when testing parser functionality * add test cases for csv dynamic field names * test Build() errors * test Process() errors * csv parser dynamic field names * document dynamic field names * variable 'dynamic' is only used once, so just check if headerLabel is set instead * remove numFields * test multiple static and dynamic records with a single operator config * split headers once when static, on every record when dynamic * remove otlp output due to breaking change from upstream's git shistory * downgrade container's because it is not working with go mod * use go proxy and remove go module arg as it does not matter for go 1.16 * revert otlp removal
- Loading branch information
Joseph Sirianni
authored
Aug 24, 2021
1 parent
4127075
commit a88e690
Showing
7 changed files
with
601 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.