question

Yokota T avatar image
0 Likes"
Yokota T asked Jason Lightfoot edited

Is it possible to import csv files with many rows?

Hello all,

I'm trying to import a csv file with about 700,000 rows into a table. I've tried to use importtable(), but FlexSim is not responding, probably because there are too many rows.

Is there another way to import the csv file ?

FlexSim 22.0.11
csv files
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joerg Vogel avatar image Joerg Vogel commented ·
Please think about a different approach:
  1. setup a database and read only values of interest
  2. split file into smaller parts and read them after one another
  3. filter relevant data externally and provide an optimized version to import

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

Try setting your table to use bundle data (and adding an index if you will be querying it with filters) - if it's a one time process then just wait until it's done and save your model. If it's a regular process then consider putting the data into a database and have FlexSim import from that for speed - either performing the full import or partial imports on demand.

Also consider if you need all the 'raw' data or if you can store processed/summary data in a more condensed format.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.