Skip to content

Commit a9f05f8

Browse files
authored
Merge pull request #758 from IgnatiosSar/update-readme
PR - Update 'ignoreHeader' Warning in README
2 parents fb0cc74 + 5818459 commit a9f05f8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ Next, install the [Steply](https://github.com/QABEES/steply?tab=readme-ov-file#s
1111
---
1212

1313
> [!WARNING]
14-
> **v1.4.0 — `ignoreHeader` is deprecated, replaced by `withHeaders`. Removed in v1.4.1.**
14+
> **v1.4.0 — `ignoreHeader` is removed and replaced by `withHeaders`. Pipe Syntax | | for headers is deprecated and will be removed in v1.4.1.**
1515
>
16-
> | Remove | Replace with |
17-
> |---|---|
18-
> | `"ignoreHeader": false` | `"withHeaders": true` |
19-
> | `"ignoreHeader": true` | `"withHeaders": false` |
16+
>| Remove | Replace with | If |
17+
>|---|---|---|
18+
>| `"ignoreHeader": false` | `"withHeaders": false` | First CSV row is data |
19+
>| `"ignoreHeader": false` | `"withHeaders": true` | First CSV row is a header **with** piped syntax **\| \|** |
20+
>| `"ignoreHeader": true` | `"withHeaders": true` | First CSV row is header **without** piped syntax **\| \|** |
2021
>
2122
> 📖 See the [Migration Guide](https://github.com/authorjapps/zerocode/wiki/Migration%E2%80%90Guide%E2%80%90ignoreHeader%E2%80%90to%E2%80%90withHeaders%E2%80%90notice) for full steps and named parameter usage.
2223

0 commit comments

Comments
 (0)