Skip to main content

Hi,

When I first created my workbench, the FeatureWriter seemed to create all my shapefiles properly. Featres were coming from an SDE GeoDB through a FeatureReader, and then after some manipulation, exported though the FeaureWriter with no problems.

Now when I go to take an existing feature that is already in the FeatureReader, and export a different shapefile through the existing FeatureWriter, all of the attributes end up being CHAR 200. I'm not sure why this is happening.

Here is a screen shot of an existing shapefile in the FeatureWriter, where the attributes are correct.

 

If I take the same source feature, and add it to the FeatureWriter and just give it a new export name, the attributes are all messed up.

 

Any ideas are appreciated.

 

Thanks

Hi @bbulla Which build of FME are you using? If it's FME 2020 or higher then please send us details via https://www.safe.com/support/report-a-problem/ Thanks!


Hi @bbulla Which build of FME are you using? If it's FME 2020 or higher then please send us details via https://www.safe.com/support/report-a-problem/ Thanks!

Hi @danatsafe,

 

I am using FME 2018. Is there anything I can try to get things straightened out?

 

Thanks,

 


Hi @danatsafe,

 

I am using FME 2018. Is there anything I can try to get things straightened out?

 

Thanks,

 

@bbulla I'm not able to reproduce your FeatureWriter problem with FME 2018 or 2020. If possible, try FME 2020 to see if the problem still exits. If you can't do that then please send us a repro package to test here.


@bbulla I'm not able to reproduce your FeatureWriter problem with FME 2018 or 2020. If possible, try FME 2020 to see if the problem still exits. If you can't do that then please send us a repro package to test here.

@danatsafe Not sure if I have 2020 available to me. I'll ask my IT department. If not, can you tell me what a 'repro' package is??


@danatsafe Not sure if I have 2020 available to me. I'll ask my IT department. If not, can you tell me what a 'repro' package is??

@bbulla Sorry for my unclear terminology - I meant that you should go to https://www.safe.com/support/report-a-problem/ , file a case, and then attach your workspace, log file, sample data, screen shots, movie, etc. so that we at Safe can try to reproduce your problem here.


@bbulla There is a slight difference between your workflows. Are you using AttributeManager or BulkAttributeRenamer to set your attributes to uppercase. AttributeManager will reset the attribute types if you are using 'Automatic' for the attribute definition on the shape writer.


Hi @danatsafe,

What I ended up doing was installing 2020 and then totally rebuilding my entire workbench. I first tried copy/paste from my 2018 to 2020, but was getting some weird results, so just started from scratch again, and now all is working. I'm not having any issues with the FeatureWriter in 2020.

 

@markatsafe, I'm not totally sure what your talking about as I never mentioned I was using anything to set my attributes to uppercase. But I was using the AttributeManager to do some field manipulation in my 2018 workbench that wasn't working properly.

 

Thanks!


Hi @danatsafe,

What I ended up doing was installing 2020 and then totally rebuilding my entire workbench. I first tried copy/paste from my 2018 to 2020, but was getting some weird results, so just started from scratch again, and now all is working. I'm not having any issues with the FeatureWriter in 2020.

 

@markatsafe, I'm not totally sure what your talking about as I never mentioned I was using anything to set my attributes to uppercase. But I was using the AttributeManager to do some field manipulation in my 2018 workbench that wasn't working properly.

 

Thanks!

@bbulla One of the improvements in FME 2020 was to track the data types through the workspace. In 2018, using AttributeManager would reset the data types to char(200).


Reply