Issue Details (XML | Word | Printable)

Key: UWC-118
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Laura Kolker
Reporter: Justin Bertman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Universal Wiki Converter

Table data imported into incorrect column

Created: 26/Apr/07 02:15 PM   Updated: 08/May/07 04:31 PM
Component/s: Tikiwiki Converter
Affects Version/s: 41
Fix Version/s: 43

Time Tracking:
Not Specified

Environment:
tikiwiki 1.9.7
confluence 2.3.3 build 645

Labels:


 Description  « Hide
On the test page "OTHER_p2p Kazaa" under the section "Old tracking", the third table deleted some of the first column and moved the second column where the first column was.

Before conversion:
Table with two columns and multiple rows, with the columns persisting through each row.
Current UWC conversion:
Table with sometimes two columns and sometimes one column.
Desired:
Table with two columns and multiple rows, with the columns persisting through each row.



 All   Comments   Work Log   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
Laura Kolker added a comment - 08/May/07 04:25 PM
Tikiwiki Syntax:
||A|B
|b
||

Confluence current:

| A | B |
| b |

Confluence ideal:

| A | B |
| | b |