Replies: 2 comments
-
Great catch, I didn't think of testing with whitespace as a delimiter. I've filed this as issue #11. Until that's fixed, the only way I can think to solve your problem is to use a text editor or something like |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed in v0.1.15. I actually did have a test for space as a delimiter, but that test didn't go through the flag parsing layer, so I've added some end-to-end tests in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I am trying to flatten my QSOs. I put multiple World Castle Award references into the field comment. Simply seperated by a whitespace.
I am using Windows Power Shell and something like this doesn't work:
.\adifmt-windows-amd64.exe flatten --fields comment --delimiter "comment=' '"
And this:
.\adifmt-windows-amd64.exe flatten --fields comment --delimiter 'comment= '
gives an error:
Error running flatten: don't know delimiter for field "COMMENT" of type String
Any idea how to get it running?
Beta Was this translation helpful? Give feedback.
All reactions