Zoomed Image

AMSX Scripting Language - Command : CleanCSVString

Summary

Remove empty items from a comma-separated string

Description

Splits the input by commas, discards blank items, and rejoins the remaining items into a clean CSV. Note that this removes blank entries, so it is not suitable for positional CSV strings where empty values carry meaning.

Parameters

ParameterDescription
cmdCSV string to clean

Syntax


CleanCSVString "CSV string to clean"

Return to the AMSX Command Reference