Data Prep Sheet

Action Principale : applyConcept

Preparation Code

Script awaiting validation
Copied!
1DATA casuser.reviews;
2 INFILE DATALINES delimiter='|';
3 LENGTH text $500 id $10;
4 INPUT id$ text$;
5 DATALINES;
6id1|Le service client était excellent, très réactif.
7id2|Je suis déçu par la qualité du produit. Il s'est cassé après une semaine.
8id3|Le produit est bon, mais le support technique est lent.
9;
10RUN;
Actions using this script
  • textRuleScore applyConcept En cours
  • No other action uses this exact script.