const removeQuotes =
          (v) => v
            .trim()
            .replace(',', '')
            .replace(/'/g, '')