I tested pipelinewise-tap-mssql to export from MS ...
# plugins-general
e
I tested pipelinewise-tap-mssql to export from MS SQL Server to csv (target-csv), export worked however position of columns in csv going arbitrary from one run to another therefore having impersistent csv structure. Is anyone faced this issue and found a workaround?
v
Yes actually. Let me give you an example give me a minute or two
https://github.com/hotgluexyz/target-csv/issues/10
Copy code
fixed_headers:
        fullstreamname:
        - Attribute1
        - Attribute2
Fixed Headers already exists in the target it's just not documented.
e
👍 wonderful... now it looks perfect. Thx a lot
v
If you want to take a shot at documenting that and throw a PR in that'd be awesome 😄
Big thanks to @hassan_syyid they just updated this target to make fixed_headers even better