• Resolved mjoberg

    (@mjoberg)


    Hi,

    I’ve looked for a solution to the question below without result.

    I’ve created a (Java) program that generates an Event Calendar .csv file for import. I use comma as field delimiter. It is obvious to enclose the EVENT DESCRIPTION (i.e. the last column) with quotation marks (“). However, I intend to have HTML hyperlinks (the anchor tag) in the description field/column and anchor tags must contain quotation marks, like <a href=”URL”>text</a>. Importiing today, the href=”URL” section is removed. Is there a way to quote or replace the quotation marks to have them reinstated at import. I’ve tried the following:
    \”

    “”
    &comma;
    without success.
    To simplify the question, how can I supply a EVENT DESCRIPTION field with quotation marks and preferably with commas, too?

    Kind regards,
    Gunnar Mjöberg
    https://gentlemusic.se/

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Events Calendar CSV Import’ is closed to new replies.