fix: adding missing=STRING to three services
Build / Build-and-ng-test (pull_request) Successful in 5m8s
Build / Build-and-ng-test (pull_request) Successful in 5m8s
This results in the use of data step instead of proc json in the mp_jsonout macro - which results in the correct management of latin1 encoded characters in utf-8 output
This commit is contained in:
@@ -159,7 +159,7 @@ run;
|
||||
,msg=%str(syscc=&syscc)
|
||||
)
|
||||
%webout(OPEN)
|
||||
%webout(OBJ,fromSAS)
|
||||
%webout(OBJ,fromSAS,missing=STRING)
|
||||
%webout(OBJ,histparams)
|
||||
%webout(CLOSE)
|
||||
|
||||
|
||||
@@ -687,7 +687,7 @@ run;
|
||||
%webout(OPEN)
|
||||
%webout(OBJ,approvers)
|
||||
%webout(OBJ,cols)
|
||||
%webout(OBJ,dqdata)
|
||||
%webout(OBJ,dqdata,missing=STRING)
|
||||
%webout(OBJ,dqrules)
|
||||
%webout(OBJ,dsmeta)
|
||||
%webout(OBJ,maxvarlengths)
|
||||
|
||||
@@ -74,7 +74,7 @@ run;
|
||||
)
|
||||
|
||||
%webout(OPEN)
|
||||
%webout(OBJ,jsParams)
|
||||
%webout(OBJ,jsParams,missing=STRING)
|
||||
%webout(CLOSE)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user