Write CSV data on influxDB 2.0rc

I use influx write CLI command to import CSV data into the bucket, but there seems to be an upper limit on the data size.
Are there other solutions to use the CLI command to import data?

Can you please share the error message that you receive? The rate of write is limited depending on the server type. For example, the free tier in InfluxDB cloud has “5MB / min” write rate limit. You can upgrade the account to have higher limits. Alternatively, --rate-limit=5MB/5min option can be added to throttle write rate and thus avoid write limit errors.

The future is bright herein, the tool will automatically wait for writes to succeed once https://github.com/influxdata/influxdb/pull/19722 is approved and merged.