Adobe Connect Support Blog

Spaces are seen for text fields in Connect Reports after 9.8 Upgrade

Problem Description: Spaces are seen for text fields in Connect Reports on downloading them (CSV file format)

As an example: Screen shot shared below

Environment:
  • Adobe Connect Hosted
  • Adobe Connect On-Premise
  • Adobe Connect Version 9.8

Reason for this behaviour:
This was designed as a “security fix” – in the absence of a space or some leading character that clearly identifies the field as a text field, the system is potentially susceptible to CSV formula injection attacks.

Solution:
The recommended solution for consumers of the data is to strip out leading and trailing spaces before using them.

Additional InformationUse the Trim formula to remove extra spaces

Excel has the Trim formula to use for deleting extra spaces from text. Below you can find the steps showing how to use this option:

  1. Add the helper column to the end of your data. You can name it “Trim”.
  2. In the first cell of the helper column (C2), enter the formula to trim excess spaces =TRIM(A2)
  3. Copy the formula across the other cells in the column. Feel free to use some tips from Enter the same formula into all selected cells at a time.
  4. Replace the original column with the one that has the cleaned data. Select all cells in the helper column and press Ctrl + C to copy data to clipboard.Now pick the first cell in the original column and press Shift + F10 or the menu button  menu keyboard button . Then just press V. Replace the original column with the one that has the extra spaces removed
  5. Remove the helper column.That’s it! We deleted all excess blanks with the help of the formula trim(). Unfortunately, it’s a bit time-consuming, especially if your spreadsheet is rather big.
    Remove spaces between words to 1, remove leading and trailing spaces

NOTE: Using Find & Replace to remove extra spaces between words, Leading and trailing spaces will also be trimmed to 1, but will not be removed.

For any additional details – you may also refer to link :-
www.ablebits.com/office-addins-blog/2013/11/15/trim-spaces-between-words/#trim-formula-spaces

Administration, Reporting

Join the discussion