Chapter 7 – Transforming Data with the M Language
- B – Transforming entire columns or tables – M’s purpose is transforming entire columns or tables
- C –
let
– The keyword marking the beginning of an M variable declaration block islet
- C – Using a variable, often named
Source
– A data source is typically connected using theSource
function - B – A step/identifier that includes a space or special characters – The
#
symbol helps to identify steps or identifiers that include spaces or special characters within the name - B –
Number.From
– The function used to convert extracted text into a numeric value isNumber.From