Forum Discussion

GregHertling's avatar
GregHertling
New Contributor III
2 years ago

matrix parser rule to change date to long

Hi, I have a matrix data source matrixed on Account.  Sample below.  One of the Account fields is a Date that I need to convert to a Long to store.  I can do the conversion but not sure how to target...
  • GregHertling's avatar
    GregHertling
    2 years ago

    Hi, we actually have over 300 Account columns in the source file with various data types.  I was finally able to get this to work.  First I had to ignore any columns with no data.  Then before the return statement I had to add: api.ValueIsnumeric = True.  thanks for all of the help.