Hey, thanks for sharing this information! I absolutely love Spotify and its vast music library. It's incredible how many hidden gems you can discover there. Recently, while exploring the platform, I came across a fantastic music promotion service called Songlifty. It's designed to help young and aspiring artists gain more exposure on Spotify. I think it's a fantastic opportunity for artists to showcase their talent and connect with a wider audience. If you're interested, you can check out their website at https://songlifty.com/spotify-promotion/. As a newcomer to this forum, I'm really excited to dive deeper into the world of music and connect with other passionate music lovers.
How to work with CSV rows and columns
-
I have a csv file with col and row, I want to show log
from a specific cell let say B3 how this possible.
I mean is there any way we can choose from where to start a list. Like we can do in ubot, there we could use table cell or row, and increment etc which is very handy can't we use here. -
@spa3212 said in How to work with CSV rows and columns:
I have a csv file with col and row, I want to show log
from a specific cell let say B3 how this possible.
I mean is there any way we can choose from where to start a list. Like we can do in ubot, there we could use table cell or row, and increment etc which is very handy can't we use here.BAS doesn't have a ready-made tool for working with tables, you can use node js modules to work with them. A Csv file is just text, you can read it in a list, take a string from the list by index, and parse it with the "Parse Line" action
