Validate and parse BibTeX string with error handling
Source:R/mod_references_fct_bibtex.R
validate_and_parse_bibtex.RdWrapper function that validates BibTeX syntax, parses the string using bib_string2df_alt, and provides detailed error handling with user-friendly error messages.
Value
A list with components:
success: Logical indicating whether parsing succeeded
data: Parsed data frame (if success = TRUE) or NULL
message: Success/error message for user feedback
warning: Additional warning message (if applicable)