You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I converted the tables to markdown, I noticed repeated names, and it happened to many tables not just one. Do you have any suggestions?
Image:
Markdown output
The text was updated successfully, but these errors were encountered:
@xinyaohuu Thanks for the question. To clarify, in Markdown, this is actually expected behaviour, because the Employee Name / Address is detected as a multi-column cell with a span of 3. However, Markdown has no native way to represent cell spans, hence we resort to repeating the same values three times in this case. This makes sense when you need to address e.g. the column header from a data point in the table.
If you want to see an accurate representation considering cell spans, you can use the JSON output or export the tables to HTML instead. The output will look like this.
When I converted the tables to markdown, I noticed repeated names, and it happened to many tables not just one. Do you have any suggestions?
Image:
Markdown output
The text was updated successfully, but these errors were encountered: