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

Rewrite CitaviImporter as a StAX-Parser #9928

Closed
wants to merge 1 commit into from
Closed

Rewrite CitaviImporter as a StAX-Parser #9928

wants to merge 1 commit into from

Conversation

ArunAvasi
Copy link

@ArunAvasi ArunAvasi commented May 20, 2023

Fixes #9539

Converted to stAX parser.

Comment on lines -91 to -94
@Override
public String getName() {
return "Citavi XML";
}
Copy link
Member

@calixtus calixtus May 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure you want this deleted?

@calixtus calixtus changed the title Resolves Issue #9539 - Check Rewrite CitaviImporter as a StAX-Parser May 20, 2023
@calixtus
Copy link
Member

Hello @ArunAvasi
thanks for your contribution. Please fix the merge conflicts, so we can review your changes.

@ArunAvasi ArunAvasi closed this by deleting the head repository May 20, 2023
@calixtus
Copy link
Member

What happened? Your approach looked promising.

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

Successfully merging this pull request may close these issues.

Rewrite code of CitaviImporter to avoid JAXBContext
2 participants