Skip to main content
Nintex Community Menu Bar
Question

I want to Upload an Excel file, then read it to Validate column Values. Once Validated then create CSV. Need help

  • June 11, 2025
  • 2 replies
  • 53 views

Forum|alt.badge.img

I need to implementation as below:

  1. User should Upload an Excel file
  2. then Application should read Excel to Validate column Values.
  3. Once Excel file is Validated then Application should create CSV, and should keep that to specific location.

Please help me to implement this.

2 replies

Forum|alt.badge.img+5
  • Rookie
  • July 24, 2025

@kirtishekharmishra I don’t think you meet those requirements using K2 out of the box. You might want to develop a custom service broker using third party API like Aspose, https://aspose.com/.


ScottCaseIT
Forum|alt.badge.img+1
  • Novice
  • December 8, 2025

To take ​@Rusty02 suggestion a bit further.  It would take some custom implementation on your part to make that happen. There is a broker on GitHub that could help get you started. GitHub - paulk-k2dev/DataImporterServiceBroker