You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending XML to flash templates, we're using CSV data regularly, which works well in the client. However, when I try to send the same data to an HTML template, JavaScript returns an error, concerning an illegal character, which is the newline.
Is it possible for the server or client to escape the newline character automatically, because escaping a 30 line CSV sheet manually, is quite cumbersome.
The text was updated successfully, but these errors were encountered:
When sending XML to flash templates, we're using CSV data regularly, which works well in the client. However, when I try to send the same data to an HTML template, JavaScript returns an error, concerning an illegal character, which is the newline.
Is it possible for the server or client to escape the newline character automatically, because escaping a 30 line CSV sheet manually, is quite cumbersome.
The text was updated successfully, but these errors were encountered: