Code:import etltools from pathlib import Path Result.Value = etltools.GetVariable('#EName#')[:-3] + 'xlsx'
Please Log in or Create an account to join the conversation.
Same error as earlierYou forgot to import etltools
Code:import etltools from pathlib import Path Result.Value = etltools.GetVariable('#EName#')[:-3] + 'xlsx'
Please Log in or Create an account to join the conversation.