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