Skip to main content
Solved

What can be usedsimilar to FeatureReader transformer to read schema and data?

  • April 23, 2024
  • 2 replies
  • 79 views

marias
Contributor
Forum|alt.badge.img+10

I need to extract TAB or Shape file from S3 and read data from it including schema.

I have discovered in this article

https://community.safe.com/data-7/how-to-extract-the-actual-shapefile-from-featurereader-geometry-and-attributes-14548?tid=14548&fid=7

that FeatureReader apparently can’t read all attributes that are in the file, until I expose them. But what is I don’t know the list of all attributes? I don’t know what exactly will be uploaded by other people to S3 bucket, I just need to read the file. 

 

Could you help, please, to identify the correct settings of FeatureReader or another way to extract data?

Best answer by crystalatsafe

Hi @marias 

 

Most readers can select a file from a web/cloud location.

 

If you need to work with the Schema after reading in the data, you can then try the SchemaScanner transformer.

 

Let me know if this works for you. 

Crystal 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

crystalatsafe
Safer
Forum|alt.badge.img+26
  • Safer
  • Best Answer
  • April 30, 2024

Hi @marias 

 

Most readers can select a file from a web/cloud location.

 

If you need to work with the Schema after reading in the data, you can then try the SchemaScanner transformer.

 

Let me know if this works for you. 

Crystal 


marias
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • May 17, 2024

Hi @marias 

 

Most readers can select a file from a web/cloud location.

 

If you need to work with the Schema after reading in the data, you can then try the SchemaScanner transformer.

 

Let me know if this works for you. 

Crystal 

Thank you