Not a massive issue, but I am wondering why sql-query appends every cell with 2 spaces, except for NULLs, which become . Here is an example output:
<td class="confluenceTd"><p> </p></td>
<td class="confluenceTd"><p>34 </p></td>
<td class="confluenceTd"><p>2016-11-23 </p></td>
<td class="confluenceTd"><p>private </p></td>
<td class="confluenceTd"><p>1 </p></td>
<td class="confluenceTd"><p>800.00 </p></td>
Tried trimming the contents, but spaces must be added after the contents is generated.
I am not sure why there would be 2. Opened this issue to review: SQL-491.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.