Data Encoding & Feature Scaling

Was wondering if:

  1. there are Data Encoding features (like one-hot encoding) available to process categorical data into ordinal/numeric values, so that they can be fed into forecasting/ML algorithms available in Anaplan.
  2. there are Feature Scaling (min-max) methods available to bring columns within specified ranges. For example: if I wanted to have a range of -369 to +431 range compressed into a grading system of 1-10 (something .

 

if these features are not available explicitly, what would you suggest as a workaround?