on 2024 Feb 15 8:59 AM
When you pull an LMS standard report or PRD custom report which includes item descriptions and audience descriptions, then the result in csv is distorted, if the descriptions contain line breaks or line feeds.
Do you have any suggestions how to fix this?
Thanks, Uwe
Request clarification before answering.
Dear All,
I think I can offer the solution now.
"pa_cpnt.cpnt_desc" returns the ID of the description.
The locale value of this ID is stored in table "PA_I18N_LOCALIZED_LABEL". It can be retrieved like this:
------------------------------------------
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Uwe,
there is no solution in SFL. We have the same problems with all textfields which are used in SFL. Not only the textfields in elements and classes. Also the comment-fields during the registration process. The only way at the moment is that admins follow the rules: not to use any character like * "" ; , | and not to make a break with "enter". But admins forget often the rules and then reports are for the bin again.
Regards
Guido
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
line breaks caused by special characters, usually item descriptions are copied from microsoft word it will create those type line breaks, I also ran into this situation and tried everything to eliminate it from sql-code but it wont work
only way is to rework on description inside LMS.
another workaround involves background elements.
for my scenario, i want to send custom report to linkedin sftp, to achieve that i created custom prd which sends item data(id,type,dte,desc) along with format of live data import templates(^userid,^assigmentid,lms_background_element)
then i created integration centre report which removes multiple special characters and again sends the data to new background element
now I schedule report for linkedin using newly created background element using integration centre
if you want to only create report for user/admin consumption then you can report using stories or ord
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
8 | |
5 | |
5 | |
3 | |
3 | |
2 | |
2 | |
2 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.