Is there an existing issue for this?
Is your proposal related to a problem or functionality gap?
there's a parameter for carrot-transform to "w" or "a" for the output.
the documentation states that this is the write mode for the output files.
we should test this.
Describe your proposal
due to how the tests work, it might be easy to add it to the existing integration test "matrix" of tests.
one could add lines of garbage to the tops of the output files, then, check that the rows (but not column names) are added to the end of the files.
Describe alternatives you've considered
the obvious alternatives are "not testing the feature" and "removing the feature" from transform.
I'm part of a Project Team
No response
Anything else?
the write-to-database feature #115 might need similar control over whether or not to append or create a clean table
Are you willing to contribute to developing this feature?
None
Is there an existing issue for this?
Is your proposal related to a problem or functionality gap?
there's a parameter for carrot-transform to "w" or "a" for the output.
the documentation states that this is the write mode for the output files.
we should test this.
Describe your proposal
due to how the tests work, it might be easy to add it to the existing integration test "matrix" of tests.
one could add lines of garbage to the tops of the output files, then, check that the rows (but not column names) are added to the end of the files.
Describe alternatives you've considered
the obvious alternatives are "not testing the feature" and "removing the feature" from transform.
I'm part of a Project Team
No response
Anything else?
the write-to-database feature #115 might need similar control over whether or not to append or create a clean table
Are you willing to contribute to developing this feature?
None