Question

which format is the best performance to read by FME Desktop ?

  • 8 April 2022
  • 5 replies
  • 13 views

Badge +13

 

my department should provide me with data to read by FME but they requires me to choose the format file for the data that FME could read and works at higher performance as excel ,csv ,sqlite ,...etc . other formats are available also .

which format from your experiences will be best performance than others ,why ?

FME Desktop 2020

Thanks in advance.


5 replies

Userlevel 6
Badge +33

I think this depends on the context but I would prefer a lot of datatypes above Excel . This is because Excel is a mix of a kind of database file but with too much freedom for the user with slightly different column names, sheet names, column names on different rows. I would prefer a real database format like postgres / postgis. But context matters.

Badge +13

I think this depends on the context but I would prefer a lot of datatypes above Excel . This is because Excel is a mix of a kind of database file but with too much freedom for the user with slightly different column names, sheet names, column names on different rows. I would prefer a real database format like postgres / postgis. But context matters.

thanks for reply and your opinion but when you compare between formats ,what should u look for ?

and please ,what is your opinion about sqlite ,will be good ?

 

Userlevel 5
Badge +29

I quite like SQLite as it is a single file, has indexes, has compression etc. But one downside is that it requires more 'specialised' software to view. Something like Excel is also good as @nielsgerrits​ alluded to.

It is really context specific, in one scenario Excel may be best, another SQLite might be more appropriate, or GDB, CSV etc

Badge +2

@gogopotter90​ For simplicity and speed I think CSV will win

Badge +13

Thanks all for all information , i will work on CSV file .

Reply