- Posts: 46
- Thank you received: 2
Excel Date format
6 months 2 weeks ago #22439
by Mark
Excel Date format was created by Mark
Hello
I have a firebird database that I have an ETL setup that does a query and stores the results in MS-SQL.
From there I run a simple 'SELECT * FROM <MS-SQL TABLE>' and output to an excel writer. The excel file has all of the DATETIME columns formatted as numbers and not the readable datetime value.
I thought I would be slick and do the excel query converting the DATETIME to an NVARCHAR and just out put that to the excel file. I get the same results. I cannot format the field as it is stored in the excel file. If I pass the datetime through to the writer and try to format it there, everything is set to NULL as the formatter says the date value is invalid. I know that is not the case as I can get this to work in other tools, just not the ETL processor.
Can you assist me?
Thanks!
I have a firebird database that I have an ETL setup that does a query and stores the results in MS-SQL.
From there I run a simple 'SELECT * FROM <MS-SQL TABLE>' and output to an excel writer. The excel file has all of the DATETIME columns formatted as numbers and not the readable datetime value.
I thought I would be slick and do the excel query converting the DATETIME to an NVARCHAR and just out put that to the excel file. I get the same results. I cannot format the field as it is stored in the excel file. If I pass the datetime through to the writer and try to format it there, everything is set to NULL as the formatter says the date value is invalid. I know that is not the case as I can get this to work in other tools, just not the ETL processor.
Can you assist me?
Thanks!
The following user(s) said Thank You: admin
Please Log in or Create an account to join the conversation.
6 months 1 week ago #22441
by admin
Mike
ETL Architect
Replied by admin on topic Excel Date format
Hello
The writer format is excel format and not our software format
We will update the wiki to make it clear
There is a slight problem though at the moment it is not possible to enter such a long format into the format filed
That was addressed in the latest release.
The writer format is excel format and not our software format
We will update the wiki to make it clear
There is a slight problem though at the moment it is not possible to enter such a long format into the format filed
That was addressed in the latest release.
Mike
ETL Architect
The following user(s) said Thank You: Mark
Please Log in or Create an account to join the conversation.
6 months 1 week ago #22444
by Mark
Replied by Mark on topic Excel Date format
Thanks, team. I was able to update the ETLs and the fields are as expected.
Mark
Mark
Please Log in or Create an account to join the conversation.