We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The first convert works without a problem, but when I want in the same view, convert csv it duplicates Jira tables
LOG:
|ERROR|ERROR|ERROR|ERROR|
|ERROR|ERROR|ERROR|ERROR| |||BAD||SOFTWARE||MR||KOLODZIEJSKI||| ||ERROR|ERROR|ERROR|ERROR|| |BAD|SOFTWARE|MR|KOLODZIEJSKI| |ERROR|ERROR|ERROR|ERROR|
The text was updated successfully, but these errors were encountered:
fix for issue #2 - added parameter "process_only_selection" to determ…
22d273a
…ine if plugin should process a whole file (when set to "false") or only the selected text in view (when set to "true")
please do a retest using a fixed file
Sorry, something went wrong.
Fixed
michalkolodziejski
No branches or pull requests
The first convert works without a problem, but when I want in the same view, convert csv it duplicates Jira tables
LOG:
2014-02-27 12:58:27.415000 (info) copying output to clipboard!
2014-02-27 12:58:27.415000 (debug) STOP
2014-02-27 13:00:11.908000 (debug) START
2014-02-27 13:00:11.908000 (info) loading settings...
2014-02-27 13:00:11.908000 (debug) * column_separator: |
2014-02-27 13:00:11.908000 (debug) * header_separator: ||
2014-02-27 13:00:11.908000 (debug) * national_characters: xmlcharrefreplace
2014-02-27 13:00:11.908000 (debug) * default_line_ending: 0x0a
2014-02-27 13:00:11.908000 (debug) * normalize_line_endings: True
2014-02-27 13:00:11.908000 (debug) * delete_blank_lines: True
2014-02-27 13:00:11.908000 (debug) * input_separator: 0x20
2014-02-27 13:00:11.908000 (info) input characters=57
2014-02-27 13:00:11.908000 (info) input lines=2
2014-02-27 13:00:11.908000 (debug) output: ||BAD||SOFTWARE||MR||KOLODZIEJSKI||
|ERROR|ERROR|ERROR|ERROR|
2014-02-27 13:00:11.908000 (info) copying output to clipboard!
2014-02-27 13:00:11.908000 (debug) STOP
2014-02-27 13:02:44.329000 (debug) START
2014-02-27 13:02:44.329000 (info) loading settings...
2014-02-27 13:02:44.329000 (debug) * column_separator: |
2014-02-27 13:02:44.329000 (debug) * header_separator: ||
2014-02-27 13:02:44.329000 (debug) * national_characters: xmlcharrefreplace
2014-02-27 13:02:44.329000 (debug) * default_line_ending: 0x0a
2014-02-27 13:02:44.329000 (debug) * normalize_line_endings: True
2014-02-27 13:02:44.329000 (debug) * delete_blank_lines: True
2014-02-27 13:02:44.329000 (debug) * input_separator: 0x20
2014-02-27 13:02:44.329000 (info) input characters=179
2014-02-27 13:02:44.329000 (info) input lines=8
2014-02-27 13:02:44.329000 (debug) output: ||BAD||SOFTWARE||MR||KOLODZIEJSKI||
|ERROR|ERROR|ERROR|ERROR|
|||BAD||SOFTWARE||MR||KOLODZIEJSKI|||
||ERROR|ERROR|ERROR|ERROR||
|BAD|SOFTWARE|MR|KOLODZIEJSKI|
|ERROR|ERROR|ERROR|ERROR|
2014-02-27 13:02:44.329000 (info) copying output to clipboard!
2014-02-27 13:02:44.329000 (debug) STOP
The text was updated successfully, but these errors were encountered: