You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,13 @@ Next, install the [Steply](https://github.com/QABEES/steply?tab=readme-ov-file#s
11
11
---
12
12
13
13
> [!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.**
15
15
>
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 **\|\|**|
20
21
>
21
22
> 📖 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.
0 commit comments