Depending on the format it could be an option in the format parameters dialog.
If not, you can specify them manually under the Generic Port settings.
Finally, you can always insert an AttributeExposer transformer after the FeatureReader, although I'd consider this a last option.
Depending on the format it could be an option in the format parameters dialog.
If not, you can specify them manually under the Generic Port settings.
Finally, you can always insert an AttributeExposer transformer after the FeatureReader, although I'd consider this a last option.
Thanks David, I am using the PDF reader, unfortunately nothing is available in the parameters. When I try to expose using the generic port nothing comes out:
The generic output port is not going to help you here as you are outputting by feature type. There should be an option in the PDF parameters under schema attributes
Depending on the format it could be an option in the format parameters dialog.
If not, you can specify them manually under the Generic Port settings.
Finally, you can always insert an AttributeExposer transformer after the FeatureReader, although I'd consider this a last option.
thanks for the continued help David, I tried as you suggested but nothing was available, the attributeexposer worked to get some pdf_ attributes out. Still no way that I have found to get the format attributes. I am good with this dataset the colours are the main content I need to retrieve.
Thank you again,
Oliver
I was able to get fme_color and fme_feature_type just fine using the Generic Port specific settings and manually typing them in there:
But yeah, the AttributeExposer is sometimes the easiest solution when in doubt.
I was able to get fme_color and fme_feature_type just fine using the Generic Port specific settings and manually typing them in there:
But yeah, the AttributeExposer is sometimes the easiest solution when in doubt.
Sorry no luck for me, no features coming out.
The generic output port is not going to help you here as you are outputting by feature type. There should be an option in the PDF parameters under schema attributes
there is this, but I cant manually add any fields unfortunately.
Sorry no luck for me, no features coming out.
Looking at your screenshot I see why, the Generic Port settings only work if you select the single output port option:
So in your case I think the AttributeExposer is actually the only option.
Looking at your screenshot I see why, the Generic Port settings only work if you select the single output port option:
So in your case I think the AttributeExposer is actually the only option.
Thanks for the help David