Data Prep Sheet

Action Principale : applyConcept

Preparation Code

Script awaiting validation
Copied!
1DATA casuser.reviews;
2 INFILE DATALINES delimiter='|';
3 LENGTH text $500 docid $100;
4 INPUT text$ docid$;
5 DATALINES;
6This is a great product, I love it!|review1
7The service was terrible, very slow.|review2
8I am very satisfied with the quality.|review3
9It broke after one week, very disappointing.|review4
10;
11RUN;
Actions using this script
  • textRuleScore applyConcept En cours
  • No other action uses this exact script.