Sage 100 Providex Dates

How to configure the ETL+ Design Page to process bad dates in date fields from Providex data sources.

ETL+ Design Page will convert data from Sage 100 Providex to a format usable on ETL+ data warehouse (a Microsoft SQL Server database).

  1. Double click on a Providex table on the panel IF
    the table hasn’t yet been added to the panel.

  2. Select the target table on the panel.

  3. Select Design.

  4. For the date columns in the target table:

    1. Select the VarChar checkbox.

    2. Change Dw Data Type to datetime.

ETL+ will generate and enter a appropriate T-SQL Expression.

image-20230824-234740.png
Design page enters a value for T-SQL Expression: TRY_CONVERT(datetime, [<datetime_column>])



Sage 100 Date Issues

From Sage

  • – Guide to finding SQL documentation in this reference manual.

  • http://manual.pvxplus.com – Link to the reference manual itself