AWS DMS Source Mongo DB target PostgreSQL change data type in transformation rule

0

I am running a DMS migration task,

  • Source - Mongo DB
  • Target - Postgres SQL

One of the integer field in mongo has 5% values in string and rest values in integer data type. After migration to Postgres the String values is as it is and all integer values in that column becomes null.

I also tried adding a transformation rule where I changed that column data type to int2, int4, string but still only 5% data comes with changed data type but rest of values are NULL which were integer type in mongo DB.

How will I be able to change all values to Integer type or all to string type. As I do not want to lose any data.

질문됨 일 년 전144회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인