> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uselim.com/llms.txt
> Use this file to discover all available pages before exploring further.

# import / export

> 会計データ移行と申告向け出力のための CLI コマンド。

# lim import / export

過去データの移行と、申告・提出用データの出力を扱います。

## import

```bash theme={null}
lim import data.csv
lim import data.csv --format freee
lim import data.csv --dry-run
lim import opening-balance.csv --opening-balance
lim import --health-check
lim import --undo <batch-id>
```

## export

```bash theme={null}
lim export etax --year 2025
lim export account-details --year 2025
```

## 推奨フロー

```bash theme={null}
lim import history.csv --dry-run
lim import --health-check
lim import history.csv
lim reports tb --from 2025-01-01 --to 2025-12-31
```
