fmeobjects.FMEFeature.changeCase

FMEFeature.changeCase(changeOpt, matchExp, caseType)

Change the letter case of attribute names and values.

Parameters:
  • changeOpt (int) –

    Must be one of:

  • matchExp (str or list) – Can either be a regular expression, or a list of attribute names to change.

  • caseType (int) – The new case to change the letters of the attribute names and values to.

Must be one of:

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.