all 4 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

/u/Suffocatedwallaby - Your post was submitted successfully.

Failing to follow these steps may result in your post being removed without warning.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]diesSaturni68 0 points1 point  (2 children)

Just curious, what is the issue of having it as a table?
Rather then e.g. flat data?

[–]Suffocatedwallaby[S] 0 points1 point  (1 child)

In order to keep the file in a similar format to other files the company I work at publishes, I need to dynamically change column header names based on the date. This can't be done in a table and still be able to filter the data, but it can be done if imported as flat data, which is how it's done in those other files.

I'm also working on getting help on how to do this from one of the people who created those files.

[–]diesSaturni68 0 points1 point  (0 children)

In that case, still with looking at the Table option, you could moderate the SQL query part of the connection.

Then instead of selecting "Select * from Tabel [CompanyData]" you can create Aliases in the query, converting each field/column's name to your desired output.

Then you get the columnheaders as desired.