Partitioning Database: why does DSS replace values of partitioned field causing information loss?

Seymour93
Seymour93 Registered Posts: 9 ✭✭✭✭

Hi,

I am working with a relatively big file (250M). I need to sync it from file toward Postgres database, defining year partitions on the output dataset (Postgres).

I am encountering the following problem:

in the source file I have only one datetime field and I want to partition the output dataset based on year intervals of the only datetime field available. The problem is that in the output dataset, DSS replaces the value of the datetime field with the value of the partitions (year), hence, causing me to lose all other information (i.e. month, day, time).

Are you aware of any solution which does not involve duplicating the column in the data source?

Thank you.

Answers

Setup Info
    Tags
      Help me…