Anyone get the transcript into a string
# general-english
l
Anyone get the transcript into a string for sql? the transcript comes back to my server url with linebreaks giving me errors?
k
To avoid SQL errors, replace line breaks in the transcript like \r, \n with spaces before insertion using code or SQL functions, and use parameterized queries for safety.
2 Views