Question

Import several excels with the same schema from one folder as different features

  • 7 February 2022
  • 1 reply
  • 7 views

Hello, I'm working with FME2020. I want to import several excel files with the same schema from one folder as different features. With a xlsx-reader (select multiple folders/files) all files are written in one feature. With a path reader I can't define a schema. Is there a way to read all the files with one reader or do I have to use one reader per file? Thanks in advance


1 reply

Badge +8

Path reader => test filter => FeatureReader @Value(path_windows)

assuming youre working on windows os.

Reply