Export from EndNote into MySQL database
        Posted  
        
            by Tomba
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tomba
        
        
        
        Published on 2010-03-22T10:41:03Z
        Indexed on 
            2010/03/22
            10:41 UTC
        
        
        Read the original article
        Hit count: 1337
        
I would like to export some records from an EndNote (reference management software) library and import into a MySQL database. Does anyone have any experience with this? I've tried creating custom EndNote "output styles" containing either comma-delimited values or even SQL code, but have had mixed results, either because EndNote filters out some characters (like `) or because EndNote doesn't (or I can't work out how to make it) escape text, which might include characters like ' and ". I realize this might be a bit off-topic but any help would be appreciated.
© Stack Overflow or respective owner