File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ __Livewire CSV__ はLaravel [Livewire](https://laravel-livewire.com)を使って
33
33
34
34
![ csvimport] ( https://user-images.githubusercontent.com/7894265/197446673-b9d4a151-7dc5-4763-a49b-eeb6eb0edd90.gif )
35
35
36
+ > ** ワンポイントアドバイス:**
37
+ >
38
+ > このパッケージはDBの` upsert ` 機能を使ってデータを更新します<br >
39
+ > 詳しくは[ CSV Importerコンポーネントについて] ( #csv-importerコンポーネントについて ) を参照願います🫡
40
+
36
41
37
42
## インストール方法
38
43
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ __Livewire CSV__ Package is a package created on top of Laravel [livewire](https
29
29
30
30
![ csvimport] ( https://user-images.githubusercontent.com/7894265/197446526-dea415cb-eca9-4b3e-bd37-d4ea53ea5ed4.gif )
31
31
32
+ > ** Note:**
33
+ >
34
+ > This package uses database ` UPSERT ` command behind to update (or create) your data.<br >
35
+ > Please refere to [ CSV Importer Component] ( #csv-importer-component ) for detailed description 🫡
32
36
33
37
## Installation
34
38
You can’t perform that action at this time.
0 commit comments