Skip to content

Commit

Permalink
Merge pull request #57 from dennisangemi/patch-2
Browse files Browse the repository at this point in the history
Added `--csv-delimiter`
  • Loading branch information
aborruso authored Feb 6, 2024
2 parents 46fc636 + 1321487 commit 40dc061
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/primiPassi.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ nella `shell` saranno visualizzati i relativi dati contenuti in esso

![](imgs/primiPassi_01.png)

!!! attention "Nota"

Se il file non è un "vero CSV" e utilizza altri separatori di campo (come il punto e virgola `;`) è possibile aprire il file aggiungendo il flag `--csv-delimiter` e specificando il delimitatore tra doppie virgolette. Di seguito un esempio:

```bash
vd --csv-delimiter ";" nomeFile.csv
```

### Tramite URL

È possibile aprire un file anche a partire dal suo URL pubblico. Ad esempio:
Expand Down

0 comments on commit 40dc061

Please sign in to comment.