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.
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 ?
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
@gogopotter90 For simplicity and speed I think CSV will win
Thanks all for all information , i will work on CSV file .