Skip to main content

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?

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