Universal Excel Importer v1.2
Comments
-
I don't think that's a proper filter in this case.
Are you looking to skip the first line beacuse it's the HEADER line?0 -
yes...0
-
Hi,
When I am running in a 2009 Cassic Client and try to run CU99991 am I getting the following message:
"The funktion was called with Text in the parameter 2
It should have been Text."
Can you please help me?
Best regards
Bent0 -
r u using the correct format for the excel file used, when u import the file using the import tool you need to specify header and map them in the desired table.
Regards
Hayan0 -
I am just trying to run the CU from the designer and then getting the message as the first.
/Bent0 -
Hey
Which values do I have to use in Excel when I want to import a boolean?
I've already tried 1, true, True, ja (dutch for true), Ja
but it doesn't seem to work,
the default boolean value (0, false) is always taken.
Best regards
Tom0 -
Hey,
Wanted a tool like this for years but never stepped over something that really did exactly what i was looking for. Finally made the effort and looked deep throught some of the tools here on mibuso and this one made me happy
It has some years already but sill thx for that :thumbsup:
Didn't test all the features yet, but here are 2 basic things that didn't work for me:
- The options "Insert" and "Update" seem always true even if I deselect them. Checked it in Debugger: The Variable "ImporterOptions" comes differently but the codepiece "optInsert := testBit(0,ImporterOptions);"(in function "ImportDataFromFile") doenst seem to work as intended. I made a workaround in function "ChooseColumnsToImport" where i read all the options directly, save them in global variables and set them later again.
- Scenario: I have a big list with entries where i just want to insert the new ones and NOT update existing ones: Didn't work except i used the "Delayed Insert" Option. I changed this little bit of code so it suits me better://IF (optInsert AND NOT optDelayedInsert) OR (recordFound AND optUpdate) THEN BEGIN //old IF (NOT recordFound AND optInsert AND NOT optDelayedInsert) OR (recordFound AND optUpdate) THEN BEGIN //new
greetings0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions