Advanced Setup
Document describing some more of the advanced features available for Rosetta.ai's JavaScript source.
User Mapping
User Mapping Definition
rosetta('userID', 'userId')User Mapping Examples
User ID is a String
Stringrosetta('userID', 'u101')User ID is an Integer
Integerrosetta('userID', 111)Last updated