Question

Write null value into string attribute with a File Geodatabase Writer

  • 4 September 2018
  • 1 reply
  • 4 views

Badge

I am reading features from an Excel sheet and writing those features into a table in a File Geodatabase.

I have noticed that string attributes without values in the Excel sheet are written as empty strings in the File Geodatabase instead of being Null.

Is there a way to write those as Null instead?


1 reply

Userlevel 2
Badge +19

There is a transfomer called "NullAttributeMapper". I think it could work for you.

Reply