![]() | ![]() | ![]() | ![]() | ![]() |
Dynamic treatments that use custom detail tags in SAS® Customer Intelligence Studio do not remove trailing blanks when you export to a file or database table.
The following example output demonstrates the behavior:
"AGE" "TAG_ELEMENT1_PACKTAG" "TAG_ELEMENT2_PACKTAG" "TAG_ELEMENT_3_PACKTAG" 56 "CC ,CC" "CC ,DM" "CC ,EM" 62 "CC ,CC" "DM ,CC" "EM ,CC"
As you can see, there are blanks between the values. These blanks are added because the exported file fills in blanks until the field length that is defined in the dynamic list is reached.
The expected behavior is that the blanks are trimmed so that the output looks like the following example:
"AGE" "TAG_ELEMENT1_PACKTAG" "TAG_ELEMENT2_PACKTAG" "TAG_ELEMENT_3_PACKTAG" 56 "CC,CC" "CC,DM" "CC,EM" 62 "CC,CC" "DM,CC" "EM,CC"
Click the Hot Fix tab in this note to access the hot fix for this issue.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Customer Intelligence Core Mid-Tier | Microsoft® Windows® for x64 | 6.1_M1 | 6.4 | 9.4 TS1M0 | |
64-bit Enabled AIX | 6.1_M1 | 6.4 | 9.4 TS1M0 | |||
64-bit Enabled Solaris | 6.1_M1 | 6.4 | 9.4 TS1M0 | |||
HP-UX IPF | 6.1_M1 | 6.4 | 9.4 TS1M0 | |||
Linux for x64 | 6.1_M1 | 6.4 | 9.4 TS1M0 | |||
Solaris for x64 | 6.1_M1 | 6.4 | 9.4 TS1M0 |