Skip to main content
Solved

Issue with date time converter

  • February 19, 2020
  • 4 replies
  • 19 views

gogopotter90
Contributor
Forum|alt.badge.img+13
i want to convert from date format 01.12.2000 to 2000 in one attribute

 

 

some times it is working great with my input excel files and some files show me this msg .

 

The below feature caused the translation to be terminated

DateTimeConverter_2_<Rejected>(TeeFactory): DateTimeConverter_2_<Rejected>

 

what is important for me to read the last 4 digit

 

Could someone provide me solution for this issue .

Thanks for help

Best answer by ebygomm

You'd normally get that message when you try and convert a value that isn't a date. If you only ever need the last four digits you could get this without converting the date using the following in an attributecreator

@Right(@Value(attrname),4)

But best to check the rejected data as it sounds like you have some data that doesn't contain a date. If you have some null or empty values, you can set the DateTimeConverter to pass through empty or null values

View original
Did this help you find an answer to your question?

4 replies

ebygomm
Influencer
Forum|alt.badge.img+31
  • Influencer
  • Best Answer
  • February 19, 2020

You'd normally get that message when you try and convert a value that isn't a date. If you only ever need the last four digits you could get this without converting the date using the following in an attributecreator

@Right(@Value(attrname),4)

But best to check the rejected data as it sounds like you have some data that doesn't contain a date. If you have some null or empty values, you can set the DateTimeConverter to pass through empty or null values


gogopotter90
Contributor
Forum|alt.badge.img+13
  • Author
  • Contributor
  • February 20, 2020
ebygomm wrote:

You'd normally get that message when you try and convert a value that isn't a date. If you only ever need the last four digits you could get this without converting the date using the following in an attributecreator

@Right(@Value(attrname),4)

But best to check the rejected data as it sounds like you have some data that doesn't contain a date. If you have some null or empty values, you can set the DateTimeConverter to pass through empty or null values

Thanks for ur reply ,and explaination . i will check that


gogopotter90
Contributor
Forum|alt.badge.img+13
  • Author
  • Contributor
  • February 20, 2020
ebygomm wrote:

You'd normally get that message when you try and convert a value that isn't a date. If you only ever need the last four digits you could get this without converting the date using the following in an attributecreator

@Right(@Value(attrname),4)

But best to check the rejected data as it sounds like you have some data that doesn't contain a date. If you have some null or empty values, you can set the DateTimeConverter to pass through empty or null values

@ebygomm Thanks man but i write left instead of right bcs it reads the date not correct,idk why 04.11.2010 it reads  2010.11.04 and u were right i have null in date but it is okey nw but do u know solution of readin date in wrong direction ,i did left instead of right so it is correct but if i want to fix it.what should i do


ebygomm
Influencer
Forum|alt.badge.img+31
  • Influencer
  • February 20, 2020
gogopotter90 wrote:

@ebygomm Thanks man but i write left instead of right bcs it reads the date not correct,idk why 04.11.2010 it reads 2010.11.04 and u were right i have null in date but it is okey nw but do u know solution of readin date in wrong direction ,i did left instead of right so it is correct but if i want to fix it.what should i do

Do you have the input format set? Is the date you've given the 4th November or the 11th April? If the 4th of November the Input Format should be %Y.%m.%d$


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings