I advanced and has partial advance I made with my own question:
I installed vcpkg arrow on the following folder
my kdb+ bin folder is C:workKXdbkdbw64
my vcpkg folder is C:workKXdbvcpkginstallvcpkginstalledx64-windowsbin
in order that arrowkdb.dll library can load copy all the dlls to kdbw64
arrow.dll
boost_atomic-vc141-mt-x64-1_77.dll
boost_chrono-vc141-mt-x64-1_77.dll
boost_container-vc141-mt-x64-1_77.dll
boost_date_time-vc141-mt-x64-1_77.dll
boost_filesystem-vc141-mt-x64-1_77.dll
boost_locale-vc141-mt-x64-1_77.dll
boost_math_c99-vc141-mt-x64-1_77.dll
boost_math_c99f-vc141-mt-x64-1_77.dll
boost_math_c99l-vc141-mt-x64-1_77.dll
boost_math_tr1-vc141-mt-x64-1_77.dll
boost_math_tr1f-vc141-mt-x64-1_77.dll
boost_math_tr1l-vc141-mt-x64-1_77.dll
boost_random-vc141-mt-x64-1_77.dll
boost_regex-vc141-mt-x64-1_77.dll
boost_system-vc141-mt-x64-1_77.dll
boost_thread-vc141-mt-x64-1_77.dll
brotlicommon.dll
brotlidec.dll
brotlienc.dll
bz2.dll
c_rehash.pl
event.dll
event_core.dll
event_extra.dll
gflags.dll
glog.dll
libcrypto-1_1-x64.dll
libssl-1_1-x64.dll
lz4.dll
parquet.dll
re2.dll
snappy.dll
utf8proc.dll
zlib1.dll
zstd.dll
now launch q (kdb+ console from C:workKXdbkdbw64>)
Thanks again for your questions, we love to see people updating us that they have worked some steps out for themselves!
For using KX Developer in general, I wonder have you seen the Developer Walkthrough documentation?
There is also a section on Visualizing Data which I think you’ll find really useful!
For further learning, there is a short ~20minute course on KX Academy called Introduction to Developer which could also be a great tool for you going forward.
You don’t need to check out a repository in order to start working with Developer.
Have you installed Developer locally on your machine?
If so, when you first open the browser UI , you will be greeted with a pop up called “Developer Workspace Browser” - you can create a new workspace here and then use the scratch pad to create the data/functions or access the data from your local machine (You can use Tools > Table Importer to do this)
Then you are free to use everything else under Tools, such as the visual inspector to visualize your data.
The table importer supports data in csv format, but only accepts one table at a time as it would not be able to differentiate between multiple tables in one xslx file.
My suggestion would be to save each as individual csv files, and load one at a time so that you can ensure each table is of the correct format and types.
I would highly recommend the Introduction to Developer course on KX Academy (if you have not already seen it) for step-by-step guidance through the table importer functionality.
Let us know how you get on, and if you have any more questions.