Skip to content

Commit 18d2646

Browse files
Added extra note to avoid unnecessary error (#147)
1 parent 28647e8 commit 18d2646

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.import

+10
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ columns contains a double quote, it is quoted (i.e., a single " is encoded as
2424
The data column may contain binary data, including non-ASCII characters, NULLs,
2525
CRs and LFs.
2626

27+
Note:
28+
To avoid unnecessary error while passing file.
29+
1. Add extra 4 bytes in nbytes
30+
2. Add extra 2 bytes in nkey
31+
32+
Example:
33+
dumpflags, time, exptime, nbytes, nsuffix, it_flags, clsid, nkey, key, data
34+
0, 0, 60, 19, 200, 0, 1, 11, 'doxrpshny', 'asdfghjklqwerty'
35+
36+

0 commit comments

Comments
 (0)