Validating and saving Authors into the database
Showing
- src/main/java/com/dre0059/articleprocessor/repository/AuthorRepository.java 5 additions, 3 deletions...dre0059/articleprocessor/repository/AuthorRepository.java
- src/main/java/com/dre0059/articleprocessor/service/HeaderService.java 26 additions, 22 deletions...a/com/dre0059/articleprocessor/service/HeaderService.java
-
TODO :
- validate author based on last name and initials (there are usually only initials of the first name in reference list)
- process references from the list
- upload abstractText (it's not working now. The text is too big for varchar(255))
Edited by dre0059
Please register or sign in to comment