Skip to content
New issue

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

Not handling rowspans #34

Open
vjpr opened this issue Feb 22, 2022 · 0 comments
Open

Not handling rowspans #34

vjpr opened this issue Feb 22, 2022 · 0 comments

Comments

@vjpr
Copy link

vjpr commented Feb 22, 2022

https://en.wikipedia.org/w/index.php?title=United_States_presidential_election&action=edit&section=25#Electoral_college_results

Notice year is incorrect, and what is Composition bar compact.

[
  {
    year: 'United States presidential election, 1788–89',
    party: 'Independent (politician)',
    presidentialCandidate: 'George Washington',
    vicePresidentialCandidate: 'None',
    popularVote: '43,782',
    '%': '100.0',
    electoralVotes: 'Composition bar compact',
    notes: ''
  },
  {
    year: 'Federalist Party',
    party: 'John Adams',
    presidentialCandidate: 'N/A',
    vicePresidentialCandidate: 'N/A',
    popularVote: 'Composition bar compact',
    '%': '',
    electoralVotes: undefined,
    notes: undefined
  },
  {
    year: 'John Jay',
    party: 'Composition bar compact',
    presidentialCandidate: '',
    vicePresidentialCandidate: undefined,
    popularVote: undefined,
    '%': undefined,
    electoralVotes: undefined,
    notes: undefined
  },

Or maybe wikijs is incorrectly detecting an "infobox" instead of an "table"...not sure if wikijs handles these or what the difference is yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant